Skip to content

Commit

Permalink
Revert "fix"
Browse files Browse the repository at this point in the history
This reverts commit 0ce73f7.
  • Loading branch information
leonidastri committed Sep 12, 2024
1 parent 0ce73f7 commit af1ae96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions group_manager/static/group_manager/js/group_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@ async function processImportedRow (row) {
allow_update: $('#import-allow-updates').is(':checked'),
delete_users: $('#import-delete-users').is(':checked')
},
{ quiet: true, rawResult: true }
)
{ quiet: true, rawResult: true })
// Successful import -> set correct classes and feedback to inform user
row.addClass('import-groupname-done')
$('#processed-indicator-' + groupname).html('<i class="fa-solid fa-check"></i>')
Expand Down

0 comments on commit af1ae96

Please sign in to comment.