fix: change severity filter label to "Min severity"

Signed-off-by: Marek Libra <marek.libra@gmail.com>
This commit is contained in:
Marek Libra
2024-08-27 13:07:11 +02:00
parent 5b714ddece
commit 653f60b8fe
2 changed files with 9 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications': patch
---
Severity filter label newly contains "Min severity" to better describe range instead of exact value.
@@ -249,10 +249,12 @@ export const NotificationsFilters = ({
<Grid item xs={12}>
<FormControl fullWidth variant="outlined" size="small">
<InputLabel id="notifications-filter-severity">Severity</InputLabel>
<InputLabel id="notifications-filter-severity">
Min severity
</InputLabel>
<Select
label="Severity"
label="Min severity"
labelId="notifications-filter-severity"
value={severity}
onChange={handleOnSeverityChanged}