We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8bdbb commit 866432bCopy full SHA for 866432b
admin-js/src/App.js
@@ -19,7 +19,7 @@ const ReferenceInput = (props) => {
19
const ref = props["reference"];
20
const repr = STATE["resources"][ref]["repr"];
21
return (
22
- <_ReferenceInput {...props}>
+ <_ReferenceInput sort={{"field": repr, "order": "ASC"}} {...props}>
23
<AutocompleteInput filterToQuery={s => ({[repr]: s})} />
24
</_ReferenceInput>
25
);
0 commit comments