fix(component): new page button in all page (#3053)

This commit is contained in:
Pratik Kumar
2023-07-06 15:10:37 +05:30
committed by GitHub
parent ce63364299
commit bda28e0404

View File

@@ -62,11 +62,17 @@ const AllPagesHead = ({
key: 'createDate',
content: t['Created'](),
proportion: 0.1,
tableCellStyle: {
width: '80px',
} satisfies CSSProperties,
},
{
key: 'updatedDate',
content: t['Updated'](),
proportion: 0.1,
tableCellStyle: {
width: '80px',
} satisfies CSSProperties,
},
{
key: 'unsortable_action',
@@ -80,7 +86,7 @@ const AllPagesHead = ({
showWhen: () => !isPublicWorkspace,
sortable: false,
tableCellStyle: {
minWidth: '130px',
width: '130px',
} satisfies CSSProperties,
styles: {
justifyContent: 'flex-end',