Skip to content
Snippets Groups Projects
Unverified Commit a0d55bd9 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixes the correct import modal window not showing

Closes #36318
parent fbd226ae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,7 +36,7 @@ const bindEvents = () => {
 
$('.how_to_import_link').on('click', (e) => {
e.preventDefault();
$('.how_to_import_link').next('.modal').show();
$(e.currentTarget).next('.modal').show();
});
 
$('.modal-header .close').on('click', () => {
Loading
Loading
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