Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ export const AlertFlyout = (props: Props) => {
setAddFlyoutVisibility={props.setVisible}
alertTypeId={METRIC_INVENTORY_THRESHOLD_ALERT_TYPE_ID}
canChangeTrigger={false}
consumer={'metrics'}
consumer={'infrastructure'}
/>
</AlertsContextProvider>
)}
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ export const AlertFlyout = (props: Props) => {
setAddFlyoutVisibility={props.setVisible}
alertTypeId={METRIC_THRESHOLD_ALERT_TYPE_ID}
canChangeTrigger={false}
consumer={'metrics'}
consumer={'infrastructure'}
/>
</AlertsContextProvider>
)}

0 comments on commit 1a20848

Please sign in to comment.