updated changelog and ui/dist

This commit is contained in:
Gani Georgiev
2023-03-27 19:43:46 +03:00
parent 05adb8c018
commit d0239f25ed
44 changed files with 131 additions and 120 deletions

View File

@@ -26,7 +26,7 @@
return old.options?.maxSelect != 1 && field.options?.maxSelect == 1;
}) || [];
$: showChanges = !newCollection?.isView || isCollectionRenamed;
$: showChanges = !newCollection?.$isView || isCollectionRenamed;
export async function show(original, changed) {
oldCollection = original;
@@ -91,7 +91,7 @@
</li>
{/if}
{#if !newCollection?.isView}
{#if !newCollection?.$isView}
{#each multipleToSingleFields as field}
<li>
Multiple to single value conversion of field