Skip to content

Commit

Permalink
use open instead of active
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed May 25, 2021
1 parent 3b17d0d commit 26a971a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/observability/public/pages/alerts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function AlertsPage({ routeParams }: AlertsPageProps) {
const { prepend } = core.http.basePath;
const history = useHistory();
const {
query: { rangeFrom = 'now-15m', rangeTo = 'now', kuery = '', status = 'active' },
query: { rangeFrom = 'now-15m', rangeTo = 'now', kuery = '', status = 'open' },
} = routeParams;

// In a future milestone we'll have a page dedicated to rule management in
Expand Down

0 comments on commit 26a971a

Please sign in to comment.