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 329932c commit d992eacCopy full SHA for d992eac
app/javascript/components/workflows/helper.js
@@ -30,7 +30,7 @@ const rowInfo = (headers, response) => {
30
if (a.disabled === b.disabled) {
31
return a.name.localeCompare(b.name);
32
}
33
- // Valid (not disabled) workflows come first
+ // Valid workflows come first
34
return a.disabled ? 1 : -1;
35
});
36
0 commit comments