fix: wrong style of cancel button in create workspace modal (#3761)

This commit is contained in:
Qi
2023-08-16 01:44:03 +08:00
committed by GitHub
parent ca016f1dd1
commit 48e96cd399

View File

@@ -81,11 +81,7 @@ const NameWorkspaceContent = ({
onChange={setWorkspaceName}
/>
<div className={style.buttonGroup}>
<Button
data-testid="create-workspace-close-button"
type="primary"
onClick={onClose}
>
<Button data-testid="create-workspace-close-button" onClick={onClose}>
{t.Cancel()}
</Button>
<Button