From 7a45513ace9d994ecd7a37fb7d695acc54669a20 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 4 Aug 2022 22:10:27 +0530 Subject: [PATCH] fix(gui-v2): show notification on error Signed-off-by: Pranav C --- .../components/smartsheet/VirtualCell.vue | 2 +- .../components/virtual-cell/HasMany.vue | 8 +-- .../components/ListChildItems.vue | 16 ++++- .../virtual-cell/components/ListItems.vue | 17 ++++-- .../nc-gui-v2/composables/useLTARStore.ts | 60 ++++++++++++------- 5 files changed, 69 insertions(+), 34 deletions(-) diff --git a/packages/nc-gui-v2/components/smartsheet/VirtualCell.vue b/packages/nc-gui-v2/components/smartsheet/VirtualCell.vue index 77546d9933..499cee5bbe 100644 --- a/packages/nc-gui-v2/components/smartsheet/VirtualCell.vue +++ b/packages/nc-gui-v2/components/smartsheet/VirtualCell.vue @@ -29,7 +29,7 @@ const { isLookup, isBt, isRollup, isMm, isHm, isFormula, isCount } = useVirtualC