Skip to content

Commit a4e82dd

Browse files
committed
fix: added inputschema instead of quickform
1 parent 4fee87f commit a4e82dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/inputs/select/src/DropDownInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,4 @@ export const DropDownInput: InputComponentType<DropDownProperties> = ({ question
100100

101101

102102
DropDownInput.inputSchema =DropDownInputSchema
103-
104103
registerInputComponent("dropdown", DropDownInput);

0 commit comments

Comments
 (0)