[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
@@ -109,6 +109,7 @@ export const DateInput = ({
|
||||
return (
|
||||
<div ref={wrapperRef}>
|
||||
<DatePicker
|
||||
instanceId={instanceId}
|
||||
date={internalValue ?? null}
|
||||
onChange={handleChange}
|
||||
onClose={handleClose}
|
||||
|
||||
Reference in New Issue
Block a user