Refactor to not introduce a breaking change

This commit is contained in:
Bobby Ore
2023-02-09 08:49:19 -06:00
parent 3a361d2621
commit 48b637d4c8
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
</p>
</div>
<label for="lunasea-device" class="form-label">{{ $t("LunaSea ID") }}<span style="color: red;"><sup>*</sup></span></label>
<input id="lunasea-device" v-model="$parent.notification.lunaseaId" type="text" class="form-control" required>
<input id="lunasea-device" v-model="$parent.notification.lunaseaDevice" type="text" class="form-control" required>
<div class="form-text">
<p><span style="color: red;"><sup>*</sup></span>{{ $t("Required") }}</p>
</div>