fix: unused import "HiddenInput"

This commit is contained in:
Philipp Dormann 2022-05-23 20:57:10 +02:00
parent 71f031c14e
commit 59f983d506
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -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;