Merge branch 'master' into budi-7659-sqs-investigate-handle-more-complex-types
This commit is contained in:
commit
956bdda260
|
@ -34,7 +34,7 @@
|
|||
$selectedScreen,
|
||||
datasource
|
||||
)?.table?.primaryDisplay
|
||||
$: schema = getSchema(selectedScreen, datasource)
|
||||
$: schema = getSchema($selectedScreen, datasource)
|
||||
$: columns = getColumns({
|
||||
columns: value,
|
||||
schema,
|
||||
|
|
|
@ -6011,7 +6011,7 @@
|
|||
"block": true,
|
||||
"name": "Repeater Block",
|
||||
"icon": "ViewList",
|
||||
"illegalChildren": ["section"],
|
||||
"illegalChildren": ["section", "rowexplorer"],
|
||||
"hasChildren": true,
|
||||
"size": {
|
||||
"width": 400,
|
||||
|
|
|
@ -147,7 +147,8 @@
|
|||
border: 1px solid var(--spectrum-global-color-gray-300);
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
min-height: 410px;
|
||||
min-height: 230px;
|
||||
height: 410px;
|
||||
}
|
||||
div.in-builder :global(*) {
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in New Issue