Skip to content

Commit

Permalink
Reset copy success message
Browse files Browse the repository at this point in the history
This resets the success message after changing the size of the embed
code.
  • Loading branch information
geichelberger committed Jun 4, 2024
1 parent f770a75 commit cef2d8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const EmbeddingCodeModal = ({
// set state with new inputs
setTextAreaContent(iFrameString);
setCurrentSize(frameSize);
setCopySuccess(false);
};

return (
Expand Down

0 comments on commit cef2d8e

Please sign in to comment.