refactor: migrate account-menu to react - implement functionality
- implement different handlers, such as set/change/remove passcode, etc. - setup correct initial values - rename React component
This commit is contained in:
@@ -16,7 +16,7 @@ function NoProtectionsNoteWarning({ appState, onViewNote }: Props) {
|
||||
className="sn-button small info"
|
||||
onClick={() => {
|
||||
appState.accountMenu.setShow(true);
|
||||
appState.accountMenu2.setShow(true);
|
||||
appState.accountMenuReact.setShow(true);
|
||||
}}
|
||||
>
|
||||
Open account menu
|
||||
|
||||
Reference in New Issue
Block a user