-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up unused code in
CreateSecretStorageDialog
(#29205)
* CreateSecretStorageDialog: remove unused state `accountPasswordCorrect` This was never set to anything other than `null`, and never read. * CreateSecretStorageDialog: remove unused prop `accountPassword` This was never set, so we may as well remove it. * CreateSecretStorageDialog: remove unused state `accountPassword` This is now no longer set to anything other than `""`. * CreateSecretStorageDialog: remove unused state `canUploadKeysWithPasswordOnly` This is no longer read, so let's remove the code that populates it. * CreateSecretStorageDialog: remove unused prop `hasCancel` This is never set, so may as well remove * Update src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx
- Loading branch information
Showing
1 changed file
with
29 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters