From 6c16688ca93fc1ab878d9e915246d78fa723dca8 Mon Sep 17 00:00:00 2001 From: Prospector Date: Sat, 12 Apr 2025 22:23:38 -0700 Subject: [PATCH] Remove notice limit --- apps/frontend/src/pages/admin/servers/notices.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/frontend/src/pages/admin/servers/notices.vue b/apps/frontend/src/pages/admin/servers/notices.vue index 14374c82f..153f8c5a7 100644 --- a/apps/frontend/src/pages/admin/servers/notices.vue +++ b/apps/frontend/src/pages/admin/servers/notices.vue @@ -47,7 +47,6 @@ id="scheduled-date" v-model="newNoticeScheduledDate" type="datetime-local" - maxlength="128" autocomplete="off" /> @@ -60,7 +59,6 @@ id="expiration-date" v-model="newNoticeExpiresDate" type="datetime-local" - maxlength="128" autocomplete="off" />