From 04dfbe0777d2c4cf643c0a01da5d02cc5fcbbaf0 Mon Sep 17 00:00:00 2001 From: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:05:13 +0530 Subject: [PATCH] fix: removed unused t wrapper (#6923) --- apps/web/modules/survey/editor/components/elements-view.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/modules/survey/editor/components/elements-view.tsx b/apps/web/modules/survey/editor/components/elements-view.tsx index 5f2ae1e0d7..13f346ef2b 100644 --- a/apps/web/modules/survey/editor/components/elements-view.tsx +++ b/apps/web/modules/survey/editor/components/elements-view.tsx @@ -513,8 +513,8 @@ export const ElementsView = ({ id: newBlockId, name: getBlockName(index ?? prevSurvey.blocks.length), elements: [{ ...updatedElement, isDraft: true }], - buttonLabel: createI18nString(t(""), []), - backButtonLabel: createI18nString(t(""), []), + buttonLabel: createI18nString("", []), + backButtonLabel: createI18nString("", []), }; return {