Skip to content

Commit

Permalink
Merge pull request #194 from datagrove/bugFix
Browse files Browse the repository at this point in the history
button id on get links modal
  • Loading branch information
r-southworth authored Nov 27, 2024
2 parents e8120ca + 9749fb4 commit e59f0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/members/user/DownloadBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const DownloadBtn: Component<Props> = (props: Props) => {
<Show when={!resourceURLs()}>
<Modal
buttonClass={`${downloadEnabled() ? "btn-cart" : "btn-cart-disabled"} my-2 w-full shadow-none`}
buttonId=""
buttonId={"getLinks" + props.item.id}
buttonContent={t("buttons.getLinks")}
heading={t("formLabels.resourceLinks")}
headingLevel={2}
Expand Down

0 comments on commit e59f0f7

Please sign in to comment.