Commit 3254ad4d authored by Filipa Lacerda's avatar Filipa Lacerda

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

Fixes the correct import modal window not showing

Closes #36318

See merge request !13490
parents 455dc74e a0d55bd9
......@@ -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