From f49637b4c4b6938be5937d903fa956b91bcfee80 Mon Sep 17 00:00:00 2001 From: EmmaLRussell Date: Mon, 1 Jul 2024 15:58:36 +0100 Subject: [PATCH] delete graph --- .../components/graphConfig/GraphConfig.vue | 30 +++++++++++++++++-- app/static/src/app/store/graphs/mutations.ts | 5 ++++ 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/app/static/src/app/components/graphConfig/GraphConfig.vue b/app/static/src/app/components/graphConfig/GraphConfig.vue index 70db5f67..51a9f746 100644 --- a/app/static/src/app/components/graphConfig/GraphConfig.vue +++ b/app/static/src/app/components/graphConfig/GraphConfig.vue @@ -1,6 +1,20 @@