diff --git a/src/App.vue b/src/App.vue index 3a31423..10211c6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -287,6 +287,10 @@ watch(() => state.ppn, async (ppn) => { console.timeEnd(`Load PPN ${ppn}`) }) +function submitEnrichments() { + alert("Funktion nicht implementiert.") +} + const examples = [ "389598534", "1830228498", @@ -476,6 +480,13 @@ const examples = [