Skip to content

Commit

Permalink
Update src/async-components/views/dialogs/security/CreateSecretStorag…
Browse files Browse the repository at this point in the history
…eDialog.tsx

Co-authored-by: Richard van der Hoff <[email protected]>
  • Loading branch information
florianduros and richvdh authored Oct 30, 2024
1 parent e0fd3da commit 0876f07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent<IProp
const { forceReset } = this.props;

let backupInfo;
// First, we try to get the keybackup info
// First, unless we know we want to do a reset, we see if there is an existing key backup
if (!forceReset) {
try {
this.setState({ phase: Phase.Loading });
Expand Down

0 comments on commit 0876f07

Please sign in to comment.