Skip to content

Commit

Permalink
Changed default view for search
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjx committed Oct 24, 2024
1 parent 3888387 commit db05fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/pages/Explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Explore() {

const [defaultView, setDefaultView, defaultViewLoaded] = usePersistence(
"exploreDefaultView",
"summary",
"grid",
);

const timezone = useTimezone(config);
Expand Down
2 changes: 1 addition & 1 deletion web/src/views/search/SearchView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function SearchView({
isLoading,
hasMore,
columns,
defaultView = "summary",
defaultView = "grid",
setSearch,
setSimilaritySearch,
setSearchFilter,
Expand Down

0 comments on commit db05fea

Please sign in to comment.