Skip to content

Commit

Permalink
fixed the validation of url
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Jun 12, 2024
1 parent 42f480f commit 226dce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/InteractiveMessage/InteractiveMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export const InteractiveMessage = () => {
if (!dynamicMedia && (type === '' || type) && attachmentURL) {
validateURL(attachmentURL);
}
}, [type, attachmentURL]);
}, [type, attachmentURL, dynamicMedia]);

const handleAddInteractiveTemplate = (
addFromTemplate: boolean,
Expand Down

0 comments on commit 226dce9

Please sign in to comment.