mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:26:10 +00:00
refactor(gui-v2): remove (localColumns.value[idx] as any).show
This commit is contained in:
@@ -202,7 +202,6 @@ function hideColumn(idx: number) {
|
||||
},
|
||||
idx,
|
||||
)
|
||||
;(localColumns.value[idx] as any).show = false
|
||||
|
||||
reloadEventHook.trigger()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user