Skip to content

Commit

Permalink
fix a11y issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Titani committed Feb 6, 2023
1 parent 6bfde24 commit 91ce8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
3 changes: 2 additions & 1 deletion packages/react-code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [4.82.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.25...@patternfly/react-code-editor@4.82.26) (2022-10-05)


**Note:** Version bump only for package @patternfly/react-code-editor

# 5.0.0-alpha.4 (2023-01-18)
Expand Down Expand Up @@ -4160,4 +4161,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Features

- **CodeEditor:** add new code editor ([#5294](https://github.com/patternfly/patternfly-react/issues/5294)) ([1c36ce3](https://github.com/patternfly/patternfly-react/commit/1c36ce36912e146f28a998e861ff8887f3ff9eb1))
- **CodeEditor:** add new code editor ([#5294](https://github.com/patternfly/patternfly-react/issues/5294)) ([1c36ce3](https://github.com/patternfly/patternfly-react/commit/1c36ce36912e146f28a998e861ff8887f3ff9eb1))
10 changes: 0 additions & 10 deletions packages/react-core/src/components/Tabs/examples/Tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,6 @@ To enable closeable tabs, pass the `onClose` property to `Tabs`, and to enable t

### Help action

```ts file="./TabsHelp.tsx"
```

### Help and close actions

```ts file="./TabsHelpAndClose.tsx"
```

### Help action

```ts file="./TabsHelp.tsx" isBeta
```

Expand Down

0 comments on commit 91ce8bb

Please sign in to comment.