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:
Andrew Thompson 2024-05-24 15:15:06 +01:00 committed by GitHub
commit 497f5b4f27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@
{#if links?.length}
<DataSourceCategory
dividerState={true}
heading="Links"
heading="Relationships"
dataSet={links}
{value}
onSelect={handleSelected}