- fixed bug crashing form preview;

This commit is contained in:
Vitalii Kiiko
2024-10-03 09:17:04 +02:00
parent afb3e36e0d
commit af52610b30

View File

@@ -167,7 +167,7 @@ const BandoFormsPreview = () => {
options={options ? options.value : []}
setDataFn={setValue}
sourceId={0}
tableColumns={tableColumns.value ? tableColumns.value : {}}
tableColumns={tableColumns ? tableColumns.value : {}}
/>
})}
</form>