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