From 3a8e41de27ad8075f63f84eb91bf91faa995c01d Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Tue, 15 Oct 2024 18:57:15 +0530 Subject: [PATCH] fix: duplicate id warning --- apps/OpenSign/src/json/ReportJson.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/OpenSign/src/json/ReportJson.js b/apps/OpenSign/src/json/ReportJson.js index 859a2e4fd..c3c0a0cc7 100644 --- a/apps/OpenSign/src/json/ReportJson.js +++ b/apps/OpenSign/src/json/ReportJson.js @@ -27,21 +27,21 @@ export default function reportJson(id) { const templateSubAction = isEnableSubscription ? [ { - btnId: "2434", + btnId: "2435", btnLabel: "Embed", hoverLabel: "Embed", btnIcon: "fa-light fa-code", action: "Embed" }, { - btnId: "2434", + btnId: "2436", btnLabel: "Copy TemplateId", hoverLabel: "Copy TemplateId", btnIcon: "fa-light fa-copy", action: "CopyTemplateId" }, { - btnId: "2434", + btnId: "2437", btnLabel: "Copy Public URL", hoverLabel: "Copy Public URL", btnIcon: "fa-light fa-copy",