Skip to content

Commit

Permalink
feat: add messenger social media support
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Aug 27, 2024
1 parent 9501fd3 commit 7239708
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ const RepeaterItemContent = ({

switch (currentField.type) {
case 'text':
if (
'page_name' === key &&
'messenger' !== value[index]?.social_network
) {
return;
}
return (
<TextControl
label={currentField.label}
Expand Down

0 comments on commit 7239708

Please sign in to comment.