Browse Source

fix(gui): reload table data after duplicating a column

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5071/head
Pranav C 2 years ago
parent
commit
459a1802fa
  1. 1
      packages/nc-gui/components/smartsheet/header/Menu.vue

1
packages/nc-gui/components/smartsheet/header/Menu.vue

@ -162,6 +162,7 @@ const duplicateColumn = async () => {
await getMeta(meta!.value!.id!, true)
eventBus.emit(SmartsheetStoreEvents.FIELD_RELOAD)
reloadDataHook?.trigger()
message.success(t('msg.success.columnDuplicated'))
} catch (e) {

Loading…
Cancel
Save