mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
fix ESLint issues in OneChat.vue
This commit is contained in:
parent
401d74cacc
commit
19d19cab98
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
id="onechat-access-token"
|
||||
v-model="$parent.notification.accessToken"
|
||||
:required="true"
|
||||
>
|
||||
</HiddenInput>
|
||||
<div class="form-text">
|
||||
<p>{{ $t("OneChatAccessToken") }}</p>
|
||||
|
@ -60,4 +61,4 @@ export default {
|
|||
HiddenInput,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue