remove rogue blank line

pull/21833/head
David Baker 2020-06-30 17:56:50 +01:00
parent 2969820371
commit 7caf2d5459
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ export default class AccessSecretStorageDialog extends React.PureComponent {
// the did before (otherwise the onchange wouldn't fire)
if (this._fileUpload.current) this._fileUpload.current.value = null;
// We don't use Field's validation here because a) we want it in a separate place rather
// than in a tooltip and b) we want it to display feedback based on the uploaded file
// as well as the text box. Ideally we would refactor Field's validation logic so we could