From 1a22c81c69982439a2f8f8a377cae388c708f27e Mon Sep 17 00:00:00 2001 From: Stefan Peters Date: Thu, 8 Aug 2024 13:20:26 +0200 Subject: [PATCH] Add non-working submit enrichtments button --- src/App.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 = [