Skip to content

Commit

Permalink
Update src/panels/config/network/ha-config-url-form.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Wendelin <[email protected]>
  • Loading branch information
MindFreeze and wendevlin authored Oct 25, 2024
1 parent 3ee4f4b commit 47b3caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/config/network/ha-config-url-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class ConfigUrlForm extends LitElement {
.path=${this._unmaskedInternalUrl ? mdiEyeOff : mdiEye}
></ha-icon-button>
`
: ""}
: nothing}
</div>
<ha-button .url=${internalUrl} @click=${this._copyURL}>
<ha-svg-icon slot="icon" .path=${mdiContentCopy}></ha-svg-icon>
Expand Down

0 comments on commit 47b3caa

Please sign in to comment.