File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import invariant from "tiny-invariant";
1010import { engineKeys } from "../cache-keys" ;
1111import { useLoggedInUser } from "./useLoggedInUser" ;
1212
13- export type EngineTier = "STARTER" | "PREMIUM" ;
13+ export type EngineTier = "STARTER" | "PREMIUM" | "ENTERPRISE" ;
1414
1515// Engine instances
1616export type EngineInstance = {
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ export function EngineAlertsPage(props: {
1414 return (
1515 < div >
1616 < ManageEngineAlertsSection
17- instance = { props . instance }
1817 alertRules = { alertRules }
18+ engineId = { props . instance . id }
1919 alertRulesIsLoading = { alertRulesQuery . isLoading }
2020 />
2121 < div className = "h-8" />
2222 < RecentEngineAlertsSection
23- instance = { props . instance }
2423 alertRules = { alertRules }
24+ engineId = { props . instance . id }
2525 alertRulesIsLoading = { alertRulesQuery . isLoading }
2626 />
2727 </ div >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments