Skip to content

Commit

Permalink
Issue #578: fix entry type
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzov96 committed Sep 20, 2023
1 parent 2d89478 commit 69d1d72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js-packages/search-frontend/src/embeddable/entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ type SearchProps = {
btnSearch: boolean;
isShowSyntax?: boolean | undefined | null;
};
isShowSyntax?: boolean | undefined | null;
};

type FilterProps = {
element: Element | string | null;
Expand Down

0 comments on commit 69d1d72

Please sign in to comment.