mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-22 22:39:36 +02:00
Fixes [BUG] Cannot change a adventure from Private to Public #617
This commit is contained in:
parent
9435ccfa5a
commit
d87d0e807f
2 changed files with 17 additions and 11 deletions
|
@ -607,7 +607,7 @@
|
|||
<p class="text-red-500">{wikiError}</p>
|
||||
</div>
|
||||
</div>
|
||||
{#if !collection?.id}
|
||||
{#if !adventure?.collection}
|
||||
<div>
|
||||
<div class="form-control flex items-start mt-1">
|
||||
<label class="label cursor-pointer flex items-start space-x-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue