Skip to content

Commit

Permalink
fix #575 - for v13
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jan 9, 2024
1 parent f201d01 commit dbc5597
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 dbc5597

Please sign in to comment.