Browse Source

fix: deleted header table

pull/1/head
wahyun 4 months ago
parent
commit
432e4cb04c
  1. 1
      src/views/SimproV2/Divisi/index.js

1
src/views/SimproV2/Divisi/index.js

@ -439,7 +439,6 @@ const ProjectType = ({ params, ...props }) => {
)
}] : []),
{ title: 'Nama', dataIndex: 'name', key: 'name' },
{ title: 'Nama', dataIndex: 'name', key: 'name' },
{ title: 'Deskripsi', dataIndex: 'description', key: 'description' },
{
title: 'Color',

Loading…
Cancel
Save