From 8976f1a9cd7b11992bb847a5c826c99b2a2b52bc Mon Sep 17 00:00:00 2001 From: Pranav C Date: Fri, 27 May 2022 18:08:36 +0530 Subject: [PATCH] fix: update client prop with data from metadata Signed-off-by: Pranav C --- .../nc-gui/components/project/spreadsheet/public/XcTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nc-gui/components/project/spreadsheet/public/XcTable.vue b/packages/nc-gui/components/project/spreadsheet/public/XcTable.vue index 60388f4ed3..11d1cdd4bd 100644 --- a/packages/nc-gui/components/project/spreadsheet/public/XcTable.vue +++ b/packages/nc-gui/components/project/spreadsheet/public/XcTable.vue @@ -401,6 +401,7 @@ export default { this.sorts = this.viewMeta.sorts this.viewName = this.viewMeta.title + this.client = this.viewMeta.client } catch (e) { if (e.response && e.response.status === 404) { this.notFound = true