Browse Source

neu anlegen button wieder funktionsfähig

hmt 4 năm trước cách đây
mục cha
commit
ae26daa37d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Scanner.svelte

+ 1 - 1
src/components/Scanner.svelte

@@ -186,7 +186,7 @@
           <div class="control">
             <button
               class="button is-primary"
-              on:click={() => zuordnen(medium_selected)}>
+              on:click={() => neu_anlegen()}>
               Titel anlegen
             </button>
           </div>