Closed balazsorban44 closed 5 years ago
Translation disappeared on delete user dialog.
1.Go to Profile
https://github.com/ecatch-kyst/web/blob/7acf29849fbe8b0a532b591eb0d2fd2fe6d2106c/src/components/Profile/index.js#L14 Must be updated to handleDialog({type: "deleteUser", submit: handleUserDelete, isDestructive: true})
handleDialog({type: "deleteUser", submit: handleUserDelete, isDestructive: true})
Translation disappeared on delete user dialog.
Steps to Reproduce
1.Go to Profile
Possible solution
https://github.com/ecatch-kyst/web/blob/7acf29849fbe8b0a532b591eb0d2fd2fe6d2106c/src/components/Profile/index.js#L14 Must be updated to
handleDialog({type: "deleteUser", submit: handleUserDelete, isDestructive: true})