respond to pr feedback

This commit is contained in:
Sam Rose 2025-03-11 17:36:17 +00:00
parent b60bfe1d35
commit 664c508d14
No known key found for this signature in database
1 changed files with 12 additions and 1 deletions

View File

@ -220,7 +220,18 @@
const stepStore = writable({})
$: stepState = $stepStore?.[block.id]
$: customStepLayouts($memoBlock, schemaProperties, stepState, fetchedRows)
const updateSelectedRow = testData => {
selectedRow = testData?.row
}
$: updateSelectedRow(testData)
$: customStepLayouts(
$memoBlock,
schemaProperties,
stepState,
fetchedRows,
selectedRow
)
const customStepLayouts = block => {
if (