File tree Expand file tree Collapse file tree
packages/admin-vanilla/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1573,8 +1573,8 @@ export class App extends JSXElement {
15731573 < strong > { itemsByTab . bags . length } </ strong >
15741574 </ article >
15751575 < article >
1576- < span > Plugins </ span >
1577- < strong > { itemsByTab . plugins . length } </ strong >
1576+ < span > Users </ span >
1577+ < strong > { itemsByTab . users . length } </ strong >
15781578 </ article >
15791579 </ div >
15801580 </ header >
@@ -1618,12 +1618,6 @@ export class App extends JSXElement {
16181618 </ div >
16191619 </ div >
16201620
1621- { storageError ? (
1622- < div class = "field-callout" >
1623- < p > { displayedStorageError . split ( "\n" ) . map ( e => < > { e } < br /> </ > ) } </ p >
1624- </ div >
1625- ) : null }
1626-
16271621 < div class = "list-grid list-grid-header" >
16281622 { currentTab . columns . map ( ( column ) => (
16291623 < div class = "list-cell list-head" > { column . label } </ div >
You can’t perform that action at this time.
0 commit comments