Update widgetConfig.js (#7959)

This commit is contained in:
Atul Rai 2023-10-30 09:09:50 +05:30 committed by GitHub
parent c28dee60a5
commit df0082fb49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' },