Skip to content

Commit

Permalink
fix(app-crm): code style
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed May 24, 2024
1 parent cd43234 commit 7e746f9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/app-crm/src/routes/administration/audit-log.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,7 @@ export const AuditLogPage = () => {
/>
)}
filterDropdown={(props) => (
<FilterDropdown
{...props}
mapValue={(selectedKeys, event) => {
return rangePickerFilterMapper(selectedKeys, event);
}}
>
<FilterDropdown {...props} mapValue={rangePickerFilterMapper}>
<DatePicker.RangePicker />
</FilterDropdown>
)}
Expand Down

0 comments on commit 7e746f9

Please sign in to comment.