Skip to content

Commit

Permalink
fix(core): export EditPortal as beta (#8270)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin authored Jan 14, 2025
1 parent 9266e11 commit c65b13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/form/components/EditPortal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function onDrop(event: DragEvent<HTMLDivElement>) {
}

/**
* @internal
* @beta
* Creates a dialog or a popover for editing content.
* Handles presence and virtual scrolling.
*/
Expand Down

0 comments on commit c65b13c

Please sign in to comment.