Skip to content

Commit 2cca836

Browse files
committed
Remove for now
1 parent 924364c commit 2cca836

File tree

1 file changed

+0
-10
lines changed
  • packages/components/src/query-controls

1 file changed

+0
-10
lines changed

packages/components/src/query-controls/README.md

-10
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ const QUERY_DEFAULTS = {
3232
numberOfItems: 10,
3333
order: 'asc',
3434
orderBy: 'title',
35-
orderByOptions: [
36-
{
37-
label: 'Title Ascending',
38-
value: 'title/asc',
39-
},
40-
{
41-
label: 'Title Descending',
42-
value: 'title/desc',
43-
},
44-
],
4535
};
4636

4737
const MyQueryControls = () => {

0 commit comments

Comments
 (0)