1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 16:41:59 +00:00

fix(web): comment send button (#10453)

This commit is contained in:
waclaw66 2024-06-19 01:29:46 +02:00 committed by GitHub
parent 7daa761eed
commit 517a83cfa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -314,6 +314,7 @@
size="15" size="15"
icon={mdiSend} icon={mdiSend}
class="dark:text-immich-dark-gray" class="dark:text-immich-dark-gray"
on:click={() => handleSendComment()}
/> />
</div> </div>
{/if} {/if}