Skip to content
Snippets Groups Projects
Commit 3491f2e3 authored by Martin Korec's avatar Martin Korec
Browse files

fix: changed ordering of categories

parent 5588c9d3
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ export class CategoriesService {
name: 'asc',
}
}
},
orderBy: {
name: 'asc',
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment