Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
alex
/
PNSPS-frontend-MaterialUI
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
fix group loading
master
Alex Cheung
há 1 ano
ascendente
9791ad6f49
cometimento
74704a333b
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
src/pages/User/DetailPage/UserGroupCard.js
+ 1
- 1
src/pages/User/DetailPage/UserGroupCard.js
Ver ficheiro
@@ -30,7 +30,7 @@ const UserGroupCard = ({isCollectData, updateUserGroupList,userData,isNewRecord}
useEffect(() => {
//if state data are ready and assign to different field
if (Object.keys(userData).length > 0
&&
currentUserData !== undefined) {
if (Object.keys(userData).length > 0
||
currentUserData !== undefined) {
setOnReady(true);
}
}, [currentUserData]);
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar