Browse Source

feat(nc-gui): improve UI

pull/5455/head
Khisby Al Ghofari 1 year ago
parent
commit
cac6b6bb15
  1. 3
      packages/nc-gui/components/template/utils.ts

3
packages/nc-gui/components/template/utils.ts

@ -40,6 +40,7 @@ export const srcDestMappingColumns: (Omit<ColumnGroupType<any>, 'children'> & {
{
name: 'Action',
key: 'action',
align: 'right',
align: 'center',
width: 50,
},
]

Loading…
Cancel
Save