Browse Source

fix: update client prop with data from metadata

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2178/head
Pranav C 2 years ago
parent
commit
8976f1a9cd
  1. 1
      packages/nc-gui/components/project/spreadsheet/public/XcTable.vue

1
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

Loading…
Cancel
Save