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
@@ -146,6 +146,7 @@ export const StyledPublishContent = styled('div')(() => {
return {
display: 'flex',
flexDirection: 'column',
flex: 1,
};
});