|
@@ -196,7 +196,7 @@ const CreateProject: React.FC<Props> = ({ |
|
|
buttonColor: ButtonProps["color"]; |
|
|
buttonColor: ButtonProps["color"]; |
|
|
}>(() => { |
|
|
}>(() => { |
|
|
//Button Parameters// |
|
|
//Button Parameters// |
|
|
switch (projectStatus) { |
|
|
|
|
|
|
|
|
switch (projectStatus.toLowerCase()) { |
|
|
case "pending to start": |
|
|
case "pending to start": |
|
|
return { |
|
|
return { |
|
|
buttonName: "start", |
|
|
buttonName: "start", |
|
|