diff options
| author | quietreading <team@quietreading.org> | 2025-07-07 18:28:10 -0400 | 
|---|---|---|
| committer | quietreading <team@quietreading.org> | 2025-07-07 18:28:10 -0400 | 
| commit | 7cbba1363b1a94d0c30e2ef9e442ae341eb927d8 (patch) | |
| tree | 5c446db49a8e52d2fecf78b4472d57ec41617877 /src/util | |
| parent | 26ec5446ff4b9a5b8be59fb9c6037324ad5956c3 (diff) | |
edits
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/validation.ts | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util/validation.ts b/src/util/validation.ts index 640baf3..2ee2933 100644 --- a/src/util/validation.ts +++ b/src/util/validation.ts @@ -168,12 +168,6 @@ export const validateEventData = (              field: "timezone",          });      } -    if (!validatedData.eventDescription) { -        errors.push({ -            message: i18next.t("util.validation.eventdata.eventdescription"), -            field: "eventDescription", -        }); -    }      if (validatedData.eventGroupBoolean) {          if (!validatedData.eventGroupID) {              errors.push({  | 
