Commit a4e8740b authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Simon Knox

Merge branch 'import-project-modal-fix' into 'master'

Fixes the correct import modal window not showing

Closes #36318

See merge request !13490
parent 8ffd9921
......@@ -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', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment