fix: publish status error and delete export tab

This commit is contained in:
DiamondThree
2023-01-30 12:37:28 +08:00
parent 23b9ff1ce6
commit 152093e7d8
5 changed files with 29 additions and 15 deletions
@@ -42,11 +42,11 @@ const tabMap: {
name: 'Publish',
panelRender: workspace => <PublishPage workspace={workspace} />,
},
{
name: 'Export',
panelRender: workspace => <ExportPage workspace={workspace} />,
},
// TODO: next version will finish this feature
// {
// name: 'Export',
// panelRender: workspace => <ExportPage workspace={workspace} />,
// },
];
const WorkspaceSetting = () => {