mirror of
https://github.com/mue/mue.git
synced 2026-07-15 04:53:48 +02:00
style: radical modal redesign
This commit is contained in:
@@ -7,7 +7,7 @@ import Create from '../../marketplace/views/Create';
|
||||
|
||||
function Addons(props) {
|
||||
return (
|
||||
<Tabs changeTab={(type) => props.changeTab(type)} current="addons">
|
||||
<Tabs changeTab={(type) => props.changeTab(type)} current="addons" modalClose={props.modalClose}>
|
||||
<div label={variables.getMessage('modals.main.addons.added')} name="added">
|
||||
<Added />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user