mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #553 from KanniShashankh/bug-5719-client-cron-regex-update
Updated Client Side Cron Regex
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user