Browse Source

Update NewProject.tsx (#4289)

sunguroku 2 years ago
parent
commit
7de4ae21fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/main/home/new-project/NewProject.tsx

+ 1 - 1
dashboard/src/main/home/new-project/NewProject.tsx

@@ -181,7 +181,7 @@ export const NewProjectFC = () => {
             text="Create project"
             disabled={buttonStatus === "loading"}
             onClick={createProject}
-            status={buttonStatus === "loading"}
+            status={buttonStatus}
             makeFlush={true}
             clearPosition={true}
             statusPosition="right"