Skip to content

Commit

Permalink
fix: sorting order in toola dashboard #1231
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankitchaudharyy committed Jan 19, 2023
1 parent d3a98a3 commit 595a8d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tools/combine-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const combineTools = async (automatedTools, manualTools) => {
}
}
}
finalToolsList.sort((tool, anotherTool) => tool.title.localeCompare(anotherTool.title));
finalTools[key].toolsList = finalToolsList
}
fs.writeFileSync(
Expand Down

0 comments on commit 595a8d8

Please sign in to comment.