mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
fix(welcome): Preview feature
This commit is contained in:
@@ -102,8 +102,8 @@ export default class Modals extends PureComponent {
|
||||
ariaHideApp={false}
|
||||
>
|
||||
<Welcome modalClose={() => this.closeWelcome()} modalSkip={() => this.previewWelcome()} />
|
||||
</Modal>*/}
|
||||
{this.state.preview && <Preview setup={() => window.location.reload()} />}
|
||||
</Modal>
|
||||
{this.state.preview && <Preview setup={() => window.location.reload()} />}*/}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user