Skip to content

Commit aa0dce0

Browse files
committed
remove beta flags since page is beta
1 parent 43b4bee commit aa0dce0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-drag-drop/src/next/components/DragDrop/examples/DragDrop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ import { DragDropSort, DraggableObject } from '@patternfly/react-drag-drop';
2121

2222
### Basic drag and drop sorting
2323

24-
```ts isBeta file="./BasicSorting.tsx"
24+
```ts file="./BasicSorting.tsx"
2525

2626
```
2727

2828
### Basic drag and drop sorting with drag button
2929

30-
```ts isBeta file="./BasicSortingWithDragButton.tsx"
30+
```ts file="./BasicSortingWithDragButton.tsx"
3131

3232
```

packages/react-drag-drop/src/next/components/DragDrop/examples/DragDropDemos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To enable drag and drop for compatible components, wrap the component with `<Dra
2424

2525
To enable reordering in a `<DataList>`, wrap the `<DataList>` component with `<DragDropSort>` and define the `variant` as "DataList".
2626

27-
```ts isBeta file="./DataListDraggable.tsx"
27+
```ts file="./DataListDraggable.tsx"
2828

2929
```
3030

0 commit comments

Comments
 (0)