Added categories to workflows

This commit is contained in:
frikky
2021-02-06 13:09:55 +01:00
parent 11ddf604ec
commit 681be88a3c
7 changed files with 95 additions and 27 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ const Apps = (props) => {
function sortByKey(array, key) {
if (array === undefined || array === null) {
return []
return array
}
return array.sort(function(a, b) {