diff --git a/app/client/src/ce/pages/Applications/EmbedSnippetTab.tsx b/app/client/src/ce/pages/Applications/EmbedSnippetTab.tsx index 6e3aa1820b..5236e29a26 100644 --- a/app/client/src/ce/pages/Applications/EmbedSnippetTab.tsx +++ b/app/client/src/ce/pages/Applications/EmbedSnippetTab.tsx @@ -14,6 +14,7 @@ import { ADMIN_SETTINGS_PATH } from "constants/routes"; import { defaultOptionSelected, to, getSnippetUrl } from "ee/utils"; import { PrivateEmbedSettings } from "ee/pages/Applications/PrivateEmbedSettings"; import { getCurrentApplication } from "ee/selectors/applicationSelectors"; +import { useIsCloudBillingEnabled } from "hooks"; export const StyledPropertyHelpLabel = styled(PropertyHelpLabel)` .bp3-popover-content > div { @@ -54,10 +55,11 @@ export function ShareModal() { isPublicApp, selectedMethod, ); + const isCloudBillingEnabled = useIsCloudBillingEnabled(); return (