adding prop to create/edit relationships
This commit is contained in:
parent
47d879c7c2
commit
eff4aebdfc
|
@ -67,7 +67,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Modal bind:this={relationshipModal}>
|
<Modal bind:this={relationshipModal}>
|
||||||
<CreateEditRelationship save={saveDatasource} tables={plusTables} />
|
<CreateEditRelationship {datasource} save={saveDatasource} tables={plusTables} />
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
{#if datasource && integration}
|
{#if datasource && integration}
|
||||||
|
|
Loading…
Reference in New Issue