Skip to content

Commit

Permalink
refactor: remove dataList field from input
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschlote committed Apr 23, 2024
1 parent 05653ce commit 59d1eb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/components/form-elements/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@
"characters36",
"characters54"
]
},
"dataList": {
"type": "enumeration",
"enum": [
"airports"
]
}
}
}
1 change: 0 additions & 1 deletion types/generated/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export interface FormElementsInput extends Schema.Component {
'characters54'
]
>;
dataList: Attribute.Enumeration<['airports']>;
};
}

Expand Down

0 comments on commit 59d1eb1

Please sign in to comment.