Added required to LunaSea notification type select field

This commit is contained in:
Bobby Ore 2023-02-08 14:13:41 -06:00
parent 8725e5daf9
commit 53d9e98e47

View File

@ -3,7 +3,7 @@
<label for="lunasea-notification-type" class="form-label">{{ $t("Device ID or User ID") }}<span style="color: red;"><sup>*</sup></span></label>
<div class="form-text">
<p>
<select class="form-select" id="lunasea-notification-type" v-model="$parent.notification.lunaseaNotificationType">
<select id="lunasea-notification-type" v-model="$parent.notification.lunaseaNotificationType" class="form-select" required>
<option value="device">Device</option>
<option value="user">User</option>
</select>