fix: removed unused t wrapper (#6923)

This commit is contained in:
Dhruwang Jariwala
2025-12-01 22:05:13 +05:30
committed by GitHub
parent cbf255ab0d
commit 04dfbe0777

View File

@@ -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 {