Chore: Rename select ID & add translation

This commit is contained in:
Nelson Chan
2023-05-31 22:07:48 +08:00
parent 7761e9a05e
commit 8955c3816b
2 changed files with 4 additions and 3 deletions

View File

@@ -12,11 +12,11 @@
</div>
<div class="mb-3">
<label for="webhook-content-type" class="form-label">{{
<label for="webhook-request-body" class="form-label">{{
$t("Request Body")
}}</label>
<select
id="webhook-content-type"
id="webhook-request-body"
v-model="$parent.notification.webhookContentType"
class="form-select"
required