Skip to content

Commit

Permalink
feat: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Jan 15, 2025
1 parent b8146e3 commit fec5e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions group_manager/static/group_manager/js/group_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ async function processImportedRow (row) {
}
$('#group-list').html(html)

// Get the selected group if exists and reselect it to get the changes.
// If no active group, no group is selected.
const activeGroupName = Yoda.storage.session.get('selected-group');
if (activeGroupName) {
Yoda.groupManager.selectGroup(activeGroupName)
Expand Down

0 comments on commit fec5e1a

Please sign in to comment.