mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 17:20:13 +02:00
fix login flow for logged in features
This commit is contained in:
@@ -1792,6 +1792,10 @@ export default class App extends Component {
|
||||
this.proBtnClickHandler();
|
||||
this.setState({ isAssetsOpen: false });
|
||||
}}
|
||||
onLoginBtnClick={() => {
|
||||
this.loginBtnClickHandler();
|
||||
this.setState({ isAssetsOpen: false });
|
||||
}}
|
||||
/>
|
||||
</Modal>
|
||||
<Modal
|
||||
|
Reference in New Issue
Block a user