diff --git a/ui/app/src/Views/AlertList/Parsing.elm b/ui/app/src/Views/AlertList/Parsing.elm index 52324763..a826f4d3 100644 --- a/ui/app/src/Views/AlertList/Parsing.elm +++ b/ui/app/src/Views/AlertList/Parsing.elm @@ -1,7 +1,7 @@ module Views.AlertList.Parsing exposing (alertsParser) import UrlParser exposing ((), (), Parser, int, map, oneOf, parseHash, s, string, stringParam) -import Utils.Filter exposing (Filter, parseMatcher, MatchOperator(Eq, RegexMatch)) +import Utils.Filter exposing (Filter, parseMatcher, MatchOperator(RegexMatch)) boolParam : String -> UrlParser.QueryParser (Maybe Bool -> a) a