mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
[HF23-AB] Update widgetConfig.js (#7944)
* Update widgetConfig.js * A final commit
This commit is contained in:
parent
0069a9a681
commit
ea146145eb
1 changed files with 2 additions and 2 deletions
|
|
@ -361,7 +361,7 @@ export const widgets = [
|
|||
},
|
||||
actionButtonRadius: {
|
||||
type: 'code',
|
||||
displayName: 'Action Button Radius',
|
||||
displayName: 'Action button radius',
|
||||
validation: {
|
||||
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'boolean' }] },
|
||||
},
|
||||
|
|
@ -391,7 +391,7 @@ export const widgets = [
|
|||
},
|
||||
borderRadius: {
|
||||
type: 'code',
|
||||
displayName: 'Border Radius',
|
||||
displayName: 'Border radius',
|
||||
validation: {
|
||||
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue