Browse Source

🐞 html fix

pull/154/head^2
Philipp Dormann 4 years ago
parent
commit
6394c9b137
No known key found for this signature in database GPG Key ID: 3BB9ADD52DCA4314
  1. 1
      src/components/NotificationDialog.vue

1
src/components/NotificationDialog.vue

@ -206,7 +206,6 @@
</template>
<template v-if="notification.type === 'pushover'">
<div class="mb-3">
<div class="mb-3">
<label for="pushover-app-token" class="form-label">APP_TOKEN</label>
<input type="text" class="form-control" id="pushover-app-token" required v-model="notification.pushoverAppToken">

Loading…
Cancel
Save