Skip to content

Commit

Permalink
Fix: Remove Deleted filter not reflecting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
J3E1 committed Oct 14, 2024
1 parent a64635a commit 83a362d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const RecordTableEmptyStateSoftDelete = () => {
deleteCombinedViewFilter(
tableFilters.find(
(filter) =>
filter.definition.label === 'Deleted at' &&
filter.definition.label === 'Deleted' &&
filter.operand === 'isNotEmpty',
)?.id ?? '',
);
Expand Down

0 comments on commit 83a362d

Please sign in to comment.