Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Sep 12, 2024
1 parent b92f205 commit 0ce73f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion group_manager/static/group_manager/js/group_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ 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 0ce73f7

Please sign in to comment.