Skip to content

Commit 67bcb03

Browse files
committed
Fix minor issue in Picker api file
1 parent 8e994e8 commit 67bcb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picker/api/picker.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"name": "fieldType",
3030
"type": "PickerFieldTypes",
3131
"description": "Pass for different field type UI (form, filter or settings)",
32-
"default": "Picker.modes.FORM"
32+
"default": "Picker.fieldTypes.FORM"
3333
},
3434
{"name": "selectionLimit", "type": "number", "description": "Limit the number of selected items"},
3535
{"name": "enableModalBlur", "type": "boolean", "description": "Adds blur effect to picker modal", "note": "iOS only"},

0 commit comments

Comments
 (0)