list publish page listview type
This commit is contained in:
parent
d60fc23611
commit
b0746d8a61
1 changed files with 6 additions and 1 deletions
|
@ -358,7 +358,12 @@ function CollectionForm(props: Props) {
|
||||||
</div>
|
</div>
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
<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>
|
||||||
<TabPanel>
|
<TabPanel>
|
||||||
<Card
|
<Card
|
||||||
|
|
Loading…
Reference in a new issue