collection reordering changes #7301

Merged
jessopb merged 4 commits from collection-ordering into master 2021-12-02 21:08:24 +01:00
Showing only changes of commit b0746d8a61 - Show all commits

View file

@ -358,7 +358,12 @@ function CollectionForm(props: Props) {
</div>
</TabPanel>
<TabPanel>
<ClaimList uris={collectionUrls} collectionId={collectionId} empty={__('This list has no items.')} />
<ClaimList
uris={collectionUrls}
collectionId={collectionId}
empty={__('This list has no items.')}
type={'listview'}
/>
</TabPanel>
<TabPanel>
<Card