mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-10 08:17:04 +08:00
Fixes eslint warnings for Slack notification modal
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user