Skip to content

Commit

Permalink
fix: time of day trigger time value validation #2544
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 14, 2023
1 parent 6b08a1d commit 0b8d0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Resources/EventDefinitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const EventDefinitions = {
label: 'Time',
type: 'textinput',
placeholder: 'HH:MM:SS',
pattern: '(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9]){2}',
regex: '/(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9]){2}/',
default: '',
},
{
Expand Down

0 comments on commit 0b8d0be

Please sign in to comment.