mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
lazy load components
This commit is contained in:
@@ -233,15 +233,7 @@ export const useActions = ({ close = () => {}, item }) => {
|
||||
message: 'Login to publish note',
|
||||
context: 'local',
|
||||
func: () => {
|
||||
Navigation.navigate(
|
||||
{
|
||||
name: 'Login'
|
||||
},
|
||||
{
|
||||
mode: AuthMode.login,
|
||||
canGoBack: true
|
||||
}
|
||||
);
|
||||
eSendEvent(eOpenLoginDialog);
|
||||
},
|
||||
actionText: 'Login'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user