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 26e5fd9 commit fdb2630Copy full SHA for fdb2630
src/components/catalog/CatalogListPage.js
@@ -28,7 +28,7 @@ class CatalogListPage extends React.Component {
28
componentDidMount() {
29
CatalogApi.getAllCatalogs()
30
.then((catalogs) => {
31
- this.setState({catalogs: catalogs.data});
+ this.setState({catalogs: catalogs.data.sort(sortByName)});
32
})
33
.catch((err) => {
34
notification.error({
0 commit comments