Explorar o código

FIxed button status

jnfrati %!s(int64=4) %!d(string=hai) anos
pai
achega
89bba1ecc3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/main/home/onboarding/steps/NewProject.tsx

+ 1 - 1
dashboard/src/main/home/onboarding/steps/NewProject.tsx

@@ -90,7 +90,7 @@ export const NewProjectFC: React.FC<{
         id: project.id,
         name: project.name,
       });
-      setButtonStatus("success");
+      setButtonStatus("successful");
     } catch (error) {
       setButtonStatus("Couldn't create project, try again.");
       console.log(error);