fix deploy
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-07-22 15:20:50 +03:30
parent f1173adc6d
commit 96d750fc88
+1 -1
View File
@@ -90,7 +90,7 @@ const UpdateUser: FC = () => {
profilePic: admin.profilePic, profilePic: admin.profilePic,
password: '', password: '',
repeatPassword: '', repeatPassword: '',
roleIds: admin.roles.map((role) => role.id), roleIds: admin.roles.map((role: RoleItemType) => role.id),
}) })
} }
// eslint-disable-next-line react-hooks/exhaustive-deps // eslint-disable-next-line react-hooks/exhaustive-deps