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

Fixes the correct import modal window not showing

Closes #36318

See merge request !13490
This commit is contained in:
Filipa Lacerda 2017-08-11 19:16:08 +00:00
commit 3254ad4d5a
1 changed files with 1 additions and 1 deletions

View File

@ -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', () => {