Browse Source

Added indicator while changing database records

pull/340/head
Ponkhy 3 years ago
parent
commit
678e248966
  1. 1
      src/components/NotificationDialog.vue

1
src/components/NotificationDialog.vue

@ -464,6 +464,7 @@
{{ $t("Test") }}
</button>
<button type="submit" class="btn btn-primary" :disabled="processing">
<div v-if="processing" class="spinner-border spinner-border-sm me-1"></div>
{{ $t("Save") }}
</button>
</div>

Loading…
Cancel
Save