Skip to content

Commit

Permalink
change relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Apr 30, 2021
1 parent b147fa8 commit 08459a6
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 08459a6

Please sign in to comment.