Remove required attribute for optional field

This commit is contained in:
shyneko 2023-01-12 15:52:50 +02:00
parent 521356e38a
commit 27e0b1eea1

View File

@ -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">