mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Remove required attribute for optional field
This commit is contained in:
parent
521356e38a
commit
27e0b1eea1
@ -34,7 +34,7 @@
|
||||
<label for="telegram-chat-thread" class="form-label">{{ $t("Thread ID") }}</label>
|
||||
|
||||
<div class="input-group mb-3">
|
||||
<input id="telegram-chat-thread" v-model="$parent.notification.telegramChatThread" type="text" class="form-control" required>
|
||||
<input id="telegram-chat-thread" v-model="$parent.notification.telegramChatThread" type="text" class="form-control">
|
||||
</div>
|
||||
|
||||
<div class="form-text">
|
||||
|
Loading…
Reference in New Issue
Block a user