Skip to content

Commit

Permalink
fix: remove beta tag (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Jul 1, 2024
1 parent fd12634 commit 6614fab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ section: extensions
source: react
propComponents: ['AccessConsoles', 'SerialConsole', 'VncConsole', 'DesktopViewer']
ouia: false
beta: true
sourceLink: https://github.com/patternfly/react-console
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const pageData = {
"subsection": "",
"deprecated": false,
"template": false,
"beta": true,
"beta": false,
"demo": false,
"newImplementationLink": false,
"source": "react",
Expand Down
1 change: 0 additions & 1 deletion packages/module/patternfly-docs/generated/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
subsection: "",
source: "react",
tabName: null,
beta: true,
Component: () => import(/* webpackChunkName: "extensions/react-console/react/index" */ './extensions/react-console/react')
}
};

0 comments on commit 6614fab

Please sign in to comment.