Skip to content

Commit

Permalink
FEATURE/SN-390 : bulk button diable for adding master (#2083)
Browse files Browse the repository at this point in the history
bulk button diable for adding master
  • Loading branch information
aaradhya-egov authored Dec 27, 2024
1 parent 3e232b1 commit 0113cea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const DigitJSONForm = ({
>
{(screenType === "add" || screenType === "edit") && (
<ActionBar className="action-bar">
{screenType === "add" && (
{screenType === "add" && !Digit.Utils.getMultiRootTenant() && (
<Button className="action-bar-button" variation="secondary" label={t("WBH_LOC_BULK_UPLOAD_XLS")} onButtonClick={() => setShowBulkUploadModal(true)} />
)}
<SubmitBar
Expand Down

0 comments on commit 0113cea

Please sign in to comment.