Merge pull request #13770 from Budibase/datasource-select-call-links-relationships
change "Links" to "Relationships" in table data source selection
This commit is contained in:
commit
497f5b4f27
|
@ -309,7 +309,7 @@
|
|||
{#if links?.length}
|
||||
<DataSourceCategory
|
||||
dividerState={true}
|
||||
heading="Links"
|
||||
heading="Relationships"
|
||||
dataSet={links}
|
||||
{value}
|
||||
onSelect={handleSelected}
|
||||
|
|
Loading…
Reference in New Issue