improvement: task assignment notif added to notifications feature.
This commit is contained in:
@@ -297,6 +297,7 @@ export function CasesPage() {
|
||||
try {
|
||||
const response = await casesApi.assignTask(selectedCaseId, taskId, assigneeUserId);
|
||||
setSelectedCase(response.data);
|
||||
notifyTabBadgesChanged();
|
||||
} catch (error: unknown) {
|
||||
toast.showError(getUserFacingError(error, tErrors, t('errorAssignTask')));
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user