remove rogue blank line
This commit is contained in:
parent
2969820371
commit
7caf2d5459
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ export default class AccessSecretStorageDialog extends React.PureComponent {
|
||||||
// the did before (otherwise the onchange wouldn't fire)
|
// the did before (otherwise the onchange wouldn't fire)
|
||||||
if (this._fileUpload.current) this._fileUpload.current.value = null;
|
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
|
// 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
|
// 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
|
// as well as the text box. Ideally we would refactor Field's validation logic so we could
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue