We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1321c8 commit 5832da0Copy full SHA for 5832da0
packages/react-core/src/components/Alert/examples/Alert.md
@@ -149,9 +149,6 @@ const AlertTimeout: React.FunctionComponent = () => {
149
<Button variant="secondary" onClick={onClick}>
150
Add alert
151
</Button>
152
- <Button variant="secondary" onClick={() => setAlerts([])}>
153
- Remove all alerts
154
- </Button>
155
<AlertGroup hasAnimations isLiveRegion>{alerts}</AlertGroup>
156
</Fragment>
157
);
0 commit comments