refactor(gui-v2): remove (localColumns.value[idx] as any).show

This commit is contained in:
Wing-Kam Wong
2022-09-05 16:49:12 +08:00
parent 785e6b9cb0
commit 3be5c0ae73

View File

@@ -202,7 +202,6 @@ function hideColumn(idx: number) {
},
idx,
)
;(localColumns.value[idx] as any).show = false
reloadEventHook.trigger()