Skip to content

Commit

Permalink
make explicit that this code isn't doing anything
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinks99 committed Jan 29, 2025
1 parent 15a0a62 commit e58ee98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/org/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export class Dashboard extends BtrixElement {
${when(this.org, (org) =>
org.enablePublicProfile
? html` <btrix-copy-button
.getValue=${() => this.shareLink}
.getValue=${() => null}
content=${msg("Copy Link to Public Gallery")}
@click=${() => {
ClipboardController.copyToClipboard(
Expand Down

0 comments on commit e58ee98

Please sign in to comment.