Browse Source

fix add another sticking between modal openings.

master
Gisle Aune 2 years ago
parent
commit
7064e9c693
  1. 1
      frontend/src/lib/modals/ItemCreateModal.svelte

1
frontend/src/lib/modals/ItemCreateModal.svelte

@ -60,6 +60,7 @@ import ScheduledDateInput from "$lib/components/controls/ScheduledDateInput.svel
loading = false;
error = null;
show = false;
addAnother = false;
}
function initCreate(scope: Scope, requirement?: Requirement) {

Loading…
Cancel
Save