Added categories to workflows
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user