diff --git a/components/content-picker/SortableList.tsx b/components/content-picker/SortableList.tsx index 5109b771..7fb8dfcc 100644 --- a/components/content-picker/SortableList.tsx +++ b/components/content-picker/SortableList.tsx @@ -113,7 +113,7 @@ const SortableList: React.FC = ({ entityKind, item.type, item.id, - { _fields: fields }, + { _fields: fields, context: 'view' }, ] as const; const result = getEntityRecord(...getEntityRecordParameters);