ml-opensource / admin-panel-template-reactjs

25 stars 10 forks source link

Edit button keeps active after closing the modal #78

Open yukinoda opened 3 years ago

yukinoda commented 3 years ago

Where I found this issue:

How to reproduce:

  1. open https://ml-admin-panel-template.netlify.app/settings/users
  2. click any edit (pencil) button
  3. close the modal by clicking cancel

Screenshot:

image

ScreenRecording:

https://user-images.githubusercontent.com/16083322/118070095-449b3280-b3e0-11eb-84e1-40e642f4fa6a.mov

themitvp commented 3 years ago

@yukinoda well spotted! 👀
I can see it actually also happens when you click the "Add user" 😱
I think it is a bug in Ant Design 🤔 I will look into it