Skip to content

Commit

Permalink
Merge pull request #3431 from cardano-foundation/fix/icon-tick-stakin…
Browse files Browse the repository at this point in the history
…g-delegation-lifecycle

fix: fix icon tick when clear change date
  • Loading branch information
Sotatek-TaiTruong committed May 9, 2024
2 parents 7b15ce4 + a3ffb51 commit d890199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/commons/CustomFilter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ const CustomFilter: React.FC<Props> = (props) => {
toDate: moment(toDate, DATETIME_PARTTEN).endOf("d").utc().format(DATETIME_PARTTEN)
});
}}
onClearValue={() => setParams({ ...params, fromDate: "", toDate: "" })}
onClose={() => setOpenDateRange(false)}
/>
</AdditionContainer>
Expand Down

0 comments on commit d890199

Please sign in to comment.