Skip to content

Commit

Permalink
Fix - vm.group set in error when import error is displayed.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jan 9, 2024
1 parent 4a82ee9 commit 155c686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
});
}, function (error) {
vm.working = false;
vm.group.state = 'error';
group.state = 'error';
notificationsService.error('Error', error.data.ExceptionMessage ?? error.data.exceptionMessage);
});
}
Expand Down

0 comments on commit 155c686

Please sign in to comment.