fix: duplicate id warning

This commit is contained in:
prafull-opensignlabs
2024-10-15 18:57:15 +05:30
parent 97c2f183ca
commit 3a8e41de27
+3 -3
View File
@@ -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",