mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Update widgetConfig.js (#7959)
This commit is contained in:
parent
c28dee60a5
commit
df0082fb49
1 changed files with 2 additions and 2 deletions
|
|
@ -3726,8 +3726,8 @@ export const widgets = [
|
|||
type: 'select',
|
||||
displayName: 'Timer type',
|
||||
options: [
|
||||
{ name: 'Count Up', value: 'countUp' },
|
||||
{ name: 'Count Down', value: 'countDown' },
|
||||
{ name: 'Count up', value: 'countUp' },
|
||||
{ name: 'Count down', value: 'countDown' },
|
||||
],
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue