Skip to content

Commit

Permalink
Sandbox polish (#4288)
Browse files Browse the repository at this point in the history
Co-authored-by: sunguroku <[email protected]>
  • Loading branch information
sunguroku and sunguroku authored Feb 16, 2024
1 parent efaad4b commit f6070d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/main/home/new-project/NewProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const NewProjectFC = () => {
</InputWrapper>
<NewProjectSaveButton
text="Create project"
disabled={false}
disabled={buttonStatus === "loading"}
onClick={createProject}
status={buttonStatus === "loading"}
makeFlush={true}
Expand Down

0 comments on commit f6070d6

Please sign in to comment.