Skip to content

Commit

Permalink
fix: window close issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Jan 14, 2025
1 parent 7af2133 commit 6d87370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion group_manager/static/group_manager/js/group_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ async function processImportedRow (row) {
// only enable new groups that have been successfully added
$('.import-csv-group-ok').on('click', function () {
const groupName = 'research-' + $(this).attr('groupname')
$('#dlg-import-groups-csv').modal('hide')
Yoda.groupManager.unfoldToGroup(groupName)
Yoda.groupManager.selectGroup(groupName)
})
Expand Down

0 comments on commit 6d87370

Please sign in to comment.