mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web) add disable property to generated shared link (#1287)
This commit is contained in:
parent
acffabf9de
commit
2ffb7cab2e
2 changed files with 1 additions and 2 deletions
|
|
@ -226,7 +226,7 @@
|
|||
|
||||
{#if isShowSharedLink}
|
||||
<div class="flex w-full gap-4">
|
||||
<input class="immich-form-input w-full" bind:value={sharedLink} />
|
||||
<input class="immich-form-input w-full" bind:value={sharedLink} disabled />
|
||||
|
||||
<button
|
||||
on:click={() => handleCopy()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue