Skip to content

Commit

Permalink
chore: add unreleased tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ante Laca committed Oct 31, 2023
1 parent 9cc22c1 commit 495eb8e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ interface StateProps {
inserted: Array<number | string>;
}

/**
* @unreleased
*/
export default function EmbedFormModal<EmbedFormModalProps>({handleClose}) {

const {formId} = getWindowData();
Expand Down

0 comments on commit 495eb8e

Please sign in to comment.