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
[Wayne] For building project, logic needs to be checked
1. Update CreateProjectProps: add to ?
tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi
1 ano atrás
pai
12100698ab
commit
46300064ab
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
src/components/CreateProject/CreateProjectWrapper.tsx
+ 2
- 2
src/components/CreateProject/CreateProjectWrapper.tsx
Ver arquivo
@@ -16,8 +16,8 @@ import { fetchGrades } from "@/app/api/grades";
type CreateProjectProps = { isEditMode: false };
interface EditProjectProps {
isEditMode: true;
projectId: string;
isEditMode
?
: true;
projectId
?
: string;
}
type Props = CreateProjectProps | EditProjectProps;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar