Merge pull request #553 from KanniShashankh/bug-5719-client-cron-regex-update

Updated Client Side Cron Regex
This commit is contained in:
Torsten Dittmann
2023-10-18 13:01:45 +02:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@
let element: HTMLInputElement;
let error: string;
const pattern = String.raw`^[^]+\s+[^]+\s+[^]+\s+[^]+\s+[^]+`;
const pattern = String.raw`^.*\s+.*\s+.*\s+.*\s+.*`;
onMount(() => {
if (element && autofocus) {