mirror of
https://github.com/strapi/strapi.git
synced 2025-12-08 04:54:44 +00:00
fixed upgrade compo import role/LV
This commit is contained in:
parent
4284d9f025
commit
2c7cbef984
@ -186,7 +186,7 @@ const RoleListPage = () => {
|
|||||||
</Table>
|
</Table>
|
||||||
{!rowCount && !isLoading && <EmptyRole />}
|
{!rowCount && !isLoading && <EmptyRole />}
|
||||||
</ContentLayout>
|
</ContentLayout>
|
||||||
<UpgradePlanModal isOpen={isModalOpen} onToggle={handleToggle} />
|
<UpgradePlanModal isOpen={isModalOpen} onClose={handleToggle} />
|
||||||
</Main>
|
</Main>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@ -400,10 +400,6 @@ describe('<ListPage />', () => {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c37 {
|
|
||||||
font-family: Lato;
|
|
||||||
}
|
|
||||||
|
|
||||||
<main
|
<main
|
||||||
aria-labelledby="title"
|
aria-labelledby="title"
|
||||||
class="c0"
|
class="c0"
|
||||||
@ -612,9 +608,6 @@ describe('<ListPage />', () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="c37"
|
|
||||||
/>
|
|
||||||
</main>
|
</main>
|
||||||
`);
|
`);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user