fix: unused import "HiddenInput"

pull/1674/head
Philipp Dormann 3 years ago
parent 71f031c14e
commit 59f983d506
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314

@ -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…
Cancel
Save