diff --git a/front/volume/src/components/Alert/content.ts b/front/volume/src/components/Alert/content.ts index f6b626e..233a10c 100644 --- a/front/volume/src/components/Alert/content.ts +++ b/front/volume/src/components/Alert/content.ts @@ -6,10 +6,6 @@ import { bind } from 'svelte-simple-modal'; let val; export async function show_popup(message, form = true) { - const unsub = popup.subscribe((value) => {val = value}) - unsub() - if (val != null) - return popup.set(bind(Alert__SvelteComponent_, { message, form