Skip to content

Commit

Permalink
ignore typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacar committed Oct 21, 2024
1 parent b9774c2 commit 03e2d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/react/Library/components/PublishedFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const PublishedFilters = ({ onChange, aggregations }: PublishedFiltersProps) =>
model=".publishedStatus"
prefix="publishedStatus"
onChange={onChange}
//@ts-ignore problem with js prop definition
options={options}
showBoolSwitch={false}
/>
Expand Down

0 comments on commit 03e2d63

Please sign in to comment.