From 9569b78e66f7daff432164d97af949efbdccf3d4 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Tue, 9 Jul 2024 19:37:03 +0530 Subject: [PATCH] refactor: commented unncessary btn in report --- apps/OpenSign/src/json/ReportJson.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/OpenSign/src/json/ReportJson.js b/apps/OpenSign/src/json/ReportJson.js index a33990b46..91dc7004e 100644 --- a/apps/OpenSign/src/json/ReportJson.js +++ b/apps/OpenSign/src/json/ReportJson.js @@ -346,14 +346,14 @@ export default function reportJson(id) { message: "This menu reveals more options such as Edit & Delete. Use the 'Edit' button to add signer roles, modify fields, and update your template. Changes will apply to all future documents created from this template but won’t affect existing documents.Use the Delete button you can delete template. ", subaction: [ - { - btnId: "1873", - btnLabel: "Share-with", - hoverLabel: "Share-with", - btnIcon: "fa-light fa-share-nodes", - redirectUrl: "", - action: "sharewith" - }, + // { + // btnId: "1873", + // btnLabel: "Share-with", + // hoverLabel: "Share-with", + // btnIcon: "fa-light fa-share-nodes", + // redirectUrl: "", + // action: "sharewith" + // }, { btnId: "2434", btnLabel: "Edit",