Fixes eslint warnings for Slack notification modal

This commit is contained in:
duane 2023-04-17 13:05:41 -05:00 committed by duane
parent 00f733d352
commit 9825b33ef3

View File

@ -29,6 +29,5 @@
<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>
</div>
</div>
</template>