fix: change severity filter label to "Min severity"
Signed-off-by: Marek Libra <marek.libra@gmail.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user