mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 02:07:08 +08:00
Edit comment and remove unused variable
This commit is contained in:
@@ -18,13 +18,3 @@
|
||||
<input id="discord-prefix-message" v-model="$parent.notification.discordPrefixMessage" type="text" class="form-control" autocomplete="false" placeholder="Hello @everyone is...">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
name: "discord",
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user