mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 07:34:07 -08:00
fix: unused import "HiddenInput"
This commit is contained in:
parent
71f031c14e
commit
59f983d506
|
@ -19,12 +19,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import HiddenInput from "../HiddenInput.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
HiddenInput,
|
||||
},
|
||||
mounted() {
|
||||
if (typeof this.$parent.notification.ntfyPriority === "undefined") {
|
||||
this.$parent.notification.ntfyPriority = 4;
|
||||
|
|
Loading…
Reference in a new issue