Skip to content

Commit 7caf2d5

Browse files
committed
remove rogue blank line
1 parent 2969820 commit 7caf2d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/views/dialogs/secretstorage/AccessSecretStorageDialog.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export default class AccessSecretStorageDialog extends React.PureComponent {
112112
// the did before (otherwise the onchange wouldn't fire)
113113
if (this._fileUpload.current) this._fileUpload.current.value = null;
114114

115-
116115
// We don't use Field's validation here because a) we want it in a separate place rather
117116
// than in a tooltip and b) we want it to display feedback based on the uploaded file
118117
// as well as the text box. Ideally we would refactor Field's validation logic so we could

0 commit comments

Comments
 (0)