mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
change relationship (#14435)
This commit is contained in:
@@ -420,7 +420,7 @@ const DatasetList: FunctionComponent<DatasetListProps> = ({
|
||||
Header: t('Database'),
|
||||
id: 'database',
|
||||
input: 'select',
|
||||
operator: FilterOperator.relationManyMany,
|
||||
operator: FilterOperator.relationOneMany,
|
||||
unfilteredLabel: 'All',
|
||||
fetchSelects: createFetchRelated(
|
||||
'dataset',
|
||||
|
||||
Reference in New Issue
Block a user