From b8c7dba0efabb90eaeb6a64bf603e2a1828e4a95 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 24 Jun 2021 15:38:25 +0200 Subject: [PATCH] Fix new lists created with quick actions not showing up in the menu --- .../quick-actions/quick-actions.vue | 21 +++++++------------ src/store/modules/lists.js | 9 +++++--- src/store/modules/namespaces.js | 20 ++++++++++++++---- 3 files changed, 29 insertions(+), 21 deletions(-) diff --git a/src/components/quick-actions/quick-actions.vue b/src/components/quick-actions/quick-actions.vue index b99c6fca..db919381 100644 --- a/src/components/quick-actions/quick-actions.vue +++ b/src/components/quick-actions/quick-actions.vue @@ -51,15 +51,13 @@