- fixed bug crashing form preview;
This commit is contained in:
@@ -167,7 +167,7 @@ const BandoFormsPreview = () => {
|
|||||||
options={options ? options.value : []}
|
options={options ? options.value : []}
|
||||||
setDataFn={setValue}
|
setDataFn={setValue}
|
||||||
sourceId={0}
|
sourceId={0}
|
||||||
tableColumns={tableColumns.value ? tableColumns.value : {}}
|
tableColumns={tableColumns ? tableColumns.value : {}}
|
||||||
/>
|
/>
|
||||||
})}
|
})}
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user