We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2969820 commit 7caf2d5Copy full SHA for 7caf2d5
src/components/views/dialogs/secretstorage/AccessSecretStorageDialog.js
@@ -112,7 +112,6 @@ export default class AccessSecretStorageDialog extends React.PureComponent {
112
// the did before (otherwise the onchange wouldn't fire)
113
if (this._fileUpload.current) this._fileUpload.current.value = null;
114
115
-
116
// We don't use Field's validation here because a) we want it in a separate place rather
117
// than in a tooltip and b) we want it to display feedback based on the uploaded file
118
// as well as the text box. Ideally we would refactor Field's validation logic so we could
0 commit comments