chore: Refactored the intercom next public env variable and added test files (#4960)

This commit is contained in:
victorvhs017
2025-03-18 12:04:08 -03:00
committed by GitHub
parent 6255c9baad
commit 7a3ef93a18
34 changed files with 490 additions and 62 deletions
@@ -7,7 +7,7 @@ import { Button } from "@/modules/ui/components/button";
import { DeleteDialog } from "@/modules/ui/components/delete-dialog";
import { useTranslate } from "@tolgee/react";
import { useRouter } from "next/navigation";
import React, { useState } from "react";
import { useState } from "react";
import toast from "react-hot-toast";
import { FORMBRICKS_ENVIRONMENT_ID_LS } from "@formbricks/lib/localStorage";
import { truncate } from "@formbricks/lib/utils/strings";