|
@ -1,5 +1,4 @@ |
|
|
<template> |
|
|
<template> |
|
|
<template v-if="$parent.notification.type === name"> |
|
|
|
|
|
<div class="mb-3"> |
|
|
<div class="mb-3"> |
|
|
<label for="telegram-bot-token" class="form-label">Bot Token</label> |
|
|
<label for="telegram-bot-token" class="form-label">Bot Token</label> |
|
|
<HiddenInput id="telegram-bot-token" v-model="$parent.notification.telegramBotToken" :required="true" autocomplete="one-time-code"></HiddenInput> |
|
|
<HiddenInput id="telegram-bot-token" v-model="$parent.notification.telegramBotToken" :required="true" autocomplete="one-time-code"></HiddenInput> |
|
@ -37,7 +36,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import HiddenInput from "../HiddenInput.vue"; |
|
|
import HiddenInput from "../HiddenInput.vue"; |
|
|