Skip to content
Snippets Groups Projects
Commit 5dcb8c31 authored by Omkar Deshpande's avatar Omkar Deshpande Committed by Chris Wells
Browse files

Issue #3458908 by omkar-pd, chrisfromredfin, snehal-chibde, kwiseman: Remove...

Issue #3458908 by omkar-pd, chrisfromredfin, snehal-chibde, kwiseman: Remove Modals after They're Closed
parent 51b4458a
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -55,6 +55,9 @@ export const openPopup = (getMessage, project) => {
title: project.title,
classes: {'ui-dialog': 'project-browser-popup'},
width: '50rem',
close: function() {
document.querySelector('.project-browser-popup').remove();
}
});
popupModal.showModal();
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment