Skip to content

Commit

Permalink
Remove for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Feb 28, 2025
1 parent 924364c commit 2cca836
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/components/src/query-controls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ const QUERY_DEFAULTS = {
numberOfItems: 10,
order: 'asc',
orderBy: 'title',
orderByOptions: [
{
label: 'Title Ascending',
value: 'title/asc',
},
{
label: 'Title Descending',
value: 'title/desc',
},
],
};

const MyQueryControls = () => {
Expand Down

0 comments on commit 2cca836

Please sign in to comment.