fixes link copy in list share
This commit is contained in:
@@ -113,6 +113,7 @@
|
|||||||
sharesLoading = true;
|
sharesLoading = true;
|
||||||
const fetchedShares = await list_share_index(list.id!);
|
const fetchedShares = await list_share_index(list.id!);
|
||||||
list.expand = {
|
list.expand = {
|
||||||
|
...list.expand,
|
||||||
trails: list.expand?.trails ?? [],
|
trails: list.expand?.trails ?? [],
|
||||||
list_share_via_list: fetchedShares.items,
|
list_share_via_list: fetchedShares.items,
|
||||||
};
|
};
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
{#snippet content()}
|
{#snippet content()}
|
||||||
<div>
|
<div>
|
||||||
<p
|
<p
|
||||||
class="p-4 bg-amber-100 rounded-xl mb-4 text-sm text-gray-500 max-w-sm"
|
class="p-4 bg-amber-100 rounded-xl mb-4 text-sm text-gray-500"
|
||||||
>
|
>
|
||||||
{$_("list-share-warning")}
|
{$_("list-share-warning")}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user