mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 15:52:36 +03:00
fix: unused import "HiddenInput"
This commit is contained in:
parent
71f031c14e
commit
59f983d506
1 changed files with 0 additions and 5 deletions
|
@ -19,12 +19,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import HiddenInput from "../HiddenInput.vue";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
|
||||||
HiddenInput,
|
|
||||||
},
|
|
||||||
mounted() {
|
mounted() {
|
||||||
if (typeof this.$parent.notification.ntfyPriority === "undefined") {
|
if (typeof this.$parent.notification.ntfyPriority === "undefined") {
|
||||||
this.$parent.notification.ntfyPriority = 4;
|
this.$parent.notification.ntfyPriority = 4;
|
||||||
|
|
Loading…
Add table
Reference in a new issue