Remove View Pop Up

Hello Webix, How i can “remove view” pop up after i close the pop up, because when i click another detail, it’s show message error “non unique view id”

Please click “Detail” Button
https://snippet.webix.com/y80i9qcx

Thank you

you have to destruct the popup on hide.
check this
https://snippet.webix.com/1al5n3rs

thank you !