Skip to content

Commit

Permalink
change relationship (#14435)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Apr 30, 2021
1 parent b4e527a commit efcdc8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit efcdc8c

Please sign in to comment.