Merge pull request #26237 from mareklibra/FLPATH-1612.minSeverity

fix: change severity filter label to "Min severity"
This commit is contained in:
Fredrik Adelöw
2024-09-10 11:28:13 +02:00
committed by GitHub
2 changed files with 9 additions and 2 deletions
@@ -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}