mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Made the required changes in widgetConfig.js (#7989)
This commit is contained in:
parent
ebdda1598b
commit
54dd20d1a4
1 changed files with 3 additions and 3 deletions
|
|
@ -3124,21 +3124,21 @@ export const widgets = [
|
|||
properties: {
|
||||
instructionText: {
|
||||
type: 'code',
|
||||
displayName: 'Instruction Text',
|
||||
displayName: 'Instruction text',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
},
|
||||
enableDropzone: {
|
||||
type: 'code',
|
||||
displayName: 'Use Drop zone',
|
||||
displayName: 'Use drop zone',
|
||||
validation: {
|
||||
schema: { type: 'boolean' },
|
||||
},
|
||||
},
|
||||
enablePicker: {
|
||||
type: 'code',
|
||||
displayName: 'Use File Picker',
|
||||
displayName: 'Use file picker',
|
||||
validation: {
|
||||
schema: { type: 'boolean' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue