From 196e4a5b61571b5a90357a680ba1e11843c2185d Mon Sep 17 00:00:00 2001 From: Pranav C Date: Tue, 24 Jan 2023 12:52:24 +0530 Subject: [PATCH] fix(gui): reload app info after setting license Signed-off-by: Pranav C --- packages/nc-gui/components/account/License.vue | 5 ++++- packages/nc-gui/composables/useGlobal/actions.ts | 11 ++++++++++- packages/nc-gui/composables/useGlobal/types.ts | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/components/account/License.vue b/packages/nc-gui/components/account/License.vue index a9160edf78..29cd19839b 100644 --- a/packages/nc-gui/components/account/License.vue +++ b/packages/nc-gui/components/account/License.vue @@ -1,12 +1,14 @@