Merge branch 'master' into fix/11947

This commit is contained in:
Michael Drury 2023-10-03 11:24:12 +01:00 committed by GitHub
commit 0220bc3381
2 changed files with 27 additions and 16 deletions

View File

@ -1,5 +1,5 @@
{
"version": "2.11.4",
"version": "2.11.5",
"npmClient": "yarn",
"packages": [
"packages/*"

View File

@ -110,6 +110,16 @@
<div class="schema-fields">
{#each schemaFields as [field, schema]}
{#if !schema.autocolumn && schema.type !== "attachment"}
{#if isTestModal}
<RowSelectorTypes
{isTestModal}
{field}
{schema}
bindings={parsedBindings}
{value}
{onChange}
/>
{:else}
<DrawerBindableSlot
fillWidth
title={value.title}
@ -134,6 +144,7 @@
/>
</DrawerBindableSlot>
{/if}
{/if}
{#if isUpdateRow && schema.type === "link"}
<div class="checkbox-field">
<Checkbox