Skip to content

Commit

Permalink
fix: after deleting task report action shouldnt be highlighted in report
Browse files Browse the repository at this point in the history
  • Loading branch information
kubabutkiewicz committed Jan 26, 2024
1 parent b051976 commit dbcb0b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@ function deleteTask(taskReportID: string, taskTitle: string, originalStateNum: n
],
errors: undefined,
linkMetadata: [],
reportActionID: '',
};
const optimisticReportActions = {
[parentReportAction.reportActionID]: optimisticReportAction,
Expand Down

0 comments on commit dbcb0b4

Please sign in to comment.