Skip to content

Commit ede98ac

Browse files
chore(Alert): removed remove button from timeout example (#11734)
1 parent 0c1e378 commit ede98ac

File tree

1 file changed

+0
-3
lines changed
  • packages/react-core/src/components/Alert/examples

1 file changed

+0
-3
lines changed

packages/react-core/src/components/Alert/examples/Alert.md

-3
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ const AlertTimeout: React.FunctionComponent = () => {
149149
<Button variant="secondary" onClick={onClick}>
150150
Add alert
151151
</Button>
152-
<Button variant="secondary" onClick={() => setAlerts([])}>
153-
Remove all alerts
154-
</Button>
155152
<AlertGroup hasAnimations isLiveRegion>{alerts}</AlertGroup>
156153
</Fragment>
157154
);

0 commit comments

Comments
 (0)