File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/components/notifications Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" mb-3" >
33 <label for =" discord-webhook-url" class =" form-label" >{{ $t("Discord Webhook URL") }}</label >
4- <input
4+ <HiddenInput
55 id =" discord-webhook-url"
66 v-model =" $parent.notification.discordWebhookUrl"
77 type =" text"
8- class =" form-control"
98 required
109 autocomplete =" false"
1110 />
144143 </div >
145144</template >
146145<script >
146+ import HiddenInput from " ../HiddenInput.vue" ;
147147import TemplatedTextarea from " ../TemplatedTextarea.vue" ;
148148
149149export default {
150150 components: {
151151 TemplatedTextarea,
152+ HiddenInput,
152153 },
153154 mounted () {
154155 if (! this .$parent .notification .discordChannelType ) {
Original file line number Diff line number Diff line change 55 id =" fluxer-webhook-url"
66 v-model =" $parent.notification.fluxerWebhookUrl"
77 type =" url"
8- class =" form-control"
98 required
109 autocomplete =" false"
1110 />
You can’t perform that action at this time.
0 commit comments