Remove notice limit

This commit is contained in:
Prospector 2025-04-12 22:23:38 -07:00
parent f2ec89e62b
commit 6c16688ca9

View File

@ -47,7 +47,6 @@
id="scheduled-date" id="scheduled-date"
v-model="newNoticeScheduledDate" v-model="newNoticeScheduledDate"
type="datetime-local" type="datetime-local"
maxlength="128"
autocomplete="off" autocomplete="off"
/> />
</div> </div>
@ -60,7 +59,6 @@
id="expiration-date" id="expiration-date"
v-model="newNoticeExpiresDate" v-model="newNoticeExpiresDate"
type="datetime-local" type="datetime-local"
maxlength="128"
autocomplete="off" autocomplete="off"
/> />
</div> </div>