[Workflows] Fix filtering on relative date (#16087)
https://github.com/user-attachments/assets/4079d59e-0550-401f-a29b-b235edd8ed48 Closes https://github.com/twentyhq/twenty/issues/16054
This commit is contained in:
committed by
GitHub
parent
996ccd8353
commit
dc2c2c413c
@@ -3,5 +3,5 @@ import { type RelativeDateFilter } from '@/utils';
|
||||
export const DEFAULT_RELATIVE_DATE_FILTER_VALUE: RelativeDateFilter = {
|
||||
direction: 'THIS',
|
||||
unit: 'DAY',
|
||||
amount: undefined,
|
||||
amount: 1,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user