Skip to content

Commit

Permalink
Merge branch 'daniel-schwartz-k:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschwartz85 committed Jul 24, 2023
2 parents ccd725d + 953b008 commit 863f302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/secret.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function TextWithSave(props: INewSecretProps) {
}

const handleSaveDialog: ISecretDialogProps['handleSave'] = (secret) => {
console.log('🚀 XXXXXX ~ file: secret.tsx:43 ~ TextWithSave ~ secret:', secret)
SecretManager.saveSecret(secret)
setIsDialogOpen(false)
}
Expand Down

0 comments on commit 863f302

Please sign in to comment.