mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Fixes eslint warnings for Slack notification modal
This commit is contained in:
parent
00f733d352
commit
9825b33ef3
1 changed files with 0 additions and 1 deletions
|
@ -29,6 +29,5 @@
|
||||||
<input id="slack-channel-mention" v-model="$parent.notification.slackchannelmention" type="checkbox" class="form-check-input">
|
<input id="slack-channel-mention" v-model="$parent.notification.slackchannelmention" type="checkbox" class="form-check-input">
|
||||||
<label for="slack-channel-mention" class="form-label">{{ $t("Mention Channel") }}</label>
|
<label for="slack-channel-mention" class="form-label">{{ $t("Mention Channel") }}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue