fix(incidents): update detail dialog and PDF generation to prefer assigned_users over assigned_to for assignee
This commit is contained in:
@@ -22,7 +22,7 @@ export const updateIncidentStatus = async (id: string, status: string): Promise<
|
||||
|
||||
console.log(`Incident ${id} status updated successfully to ${status}`);
|
||||
} catch (error) {
|
||||
console.error('Error updating incident status:', error);ok gib mir die
|
||||
console.error('Error updating incident status:', error);
|
||||
throw error;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user