Lil bit of cleanup

This commit is contained in:
Oliver-Akins 2025-01-19 16:42:41 -07:00
parent 7284b8fbd2
commit 4373890fdc
2 changed files with 1 additions and 5 deletions

View file

@ -16,10 +16,6 @@ const inputTypes = {
const typesToSanitize = new Set([ `string`, `number` ]);
function displayOnly(input) {
return `<div data-input-type="${input.type}">${input.label}</div>`;
};
export function formFields(inputs, opts) {
const fields = [];
for (const input of inputs) {