Skip to content

Commit

Permalink
fix: fix incorrect warning value for config health filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe authored and moshloop committed Jul 4, 2024
1 parent 5429806 commit 7f6e7d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const options: TriStateOptions[] = [
id: "unknown"
},
{
label: "Warn",
value: "warn",
id: "warn"
label: "Warning",
value: "warning",
id: "warning"
}
].sort((a, b) => a.label.localeCompare(b.label));

Expand Down

0 comments on commit 7f6e7d9

Please sign in to comment.