Skip to content

Commit

Permalink
Updated snapshot.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
  • Loading branch information
AWSHurneyt committed Jun 15, 2023
1 parent 2823639 commit 2cdc642
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ exports[`AlertsDashboardFlyoutComponent renders 1`] = `
}
}
>
Loading conditions...
-
</p>
</EuiText>
</EuiFlexItem>
Expand Down Expand Up @@ -128,7 +128,7 @@ exports[`AlertsDashboardFlyoutComponent renders 1`] = `
Filters
</strong>
<p>
Loading filters...
-
</p>
</EuiText>
</EuiFlexItem>
Expand All @@ -141,7 +141,7 @@ exports[`AlertsDashboardFlyoutComponent renders 1`] = `
Group by
</strong>
<p>
Loading groups...
-
</p>
</EuiText>
</EuiFlexItem>
Expand Down Expand Up @@ -231,8 +231,8 @@ exports[`AlertsDashboardFlyoutComponent renders 1`] = `
isSelectable={true}
itemId={[Function]}
items={Array []}
loading={true}
noItemsMessage="Loading alerts..."
loading={false}
noItemsMessage="No alerts."
onChange={[Function]}
pagination={
Object {
Expand Down

0 comments on commit 2cdc642

Please sign in to comment.