File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
automations/components/automationListTable
detectors/components/detectorListTable Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export function AutomationsTableActions({
190190 </ ActionsBarWrapper >
191191 </ SimpleTable . Header >
192192 { pageSelected && ! allResultsVisible && (
193- < FullWidthAlert type = "warning" showIcon = { false } >
193+ < FullWidthAlert type = "warning" system showIcon = { false } >
194194 < Flex justify = "center" wrap = "wrap" gap = "md" >
195195 { allInQuerySelected ? (
196196 tct ( 'Selected all [count] alerts that match this search query.' , {
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ export function DetectorsTableActions({
214214 </ ActionsBarWrapper >
215215 </ SimpleTable . Header >
216216 { pageSelected && ! allResultsVisible && (
217- < FullWidthAlert type = "warning" showIcon = { false } >
217+ < FullWidthAlert type = "warning" system showIcon = { false } >
218218 < Flex justify = "center" wrap = "wrap" gap = "md" >
219219 { allInQuerySelected ? (
220220 tct ( 'Selected all [count] monitors that match this search query.' , {
You can’t perform that action at this time.
0 commit comments