Skip to content

Commit

Permalink
fix: @vjousse review.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Oct 16, 2024
1 parent 6ae9b1b commit 665a90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Page/Explore.elm
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ objectExamplesExplorer db tableConfig tableState maybeId =
}
in
[ scoredExamples
|> List.filter (Tuple.first >> .query >> (/=) ObjectQuery.default)
|> List.sortBy (Tuple.first >> .name)
|> Table.viewList OpenDetail tableConfig tableState Scope.Object (ObjectExamples.table max)
, case maybeId of
Expand Down

0 comments on commit 665a90a

Please sign in to comment.