Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
wayne.lee
/
tsms
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
2
Wiki
Atividade
Ver código fonte
update start btn
tags/Baseline_180220205_Frontend
MSI\derek
7 meses atrás
pai
53ad47a155
commit
feb67f1b83
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/components/CreateProject/CreateProject.tsx
+ 1
- 1
src/components/CreateProject/CreateProject.tsx
Ver arquivo
@@ -196,7 +196,7 @@ const CreateProject: React.FC<Props> = ({
buttonColor: ButtonProps["color"];
}>(() => {
//Button Parameters//
switch (projectStatus) {
switch (projectStatus
.toLowerCase()
) {
case "pending to start":
return {
buttonName: "start",
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar