mirror of
https://github.com/kopia/kopia.git
synced 2026-03-14 12:16:46 -04:00
removal of unnecessary extra )}
This commit is contained in:
committed by
Jarek Kowalski
parent
f3359d78f6
commit
7e5fc52ce8
@@ -54,7 +54,7 @@ export class SetupSFTP extends Component {
|
||||
as: "textarea",
|
||||
rows: 5,
|
||||
isInvalid: !hasExactlyOneOf(this, ["knownHostsFile", "knownHostsData"]),
|
||||
}, null, <>Either <b>Known Hosts File</b> or <b>Known Hosts Data</b> is required, but not both.</>)})}
|
||||
}, null, <>Either <b>Known Hosts File</b> or <b>Known Hosts Data</b> is required, but not both.</>)}
|
||||
</Form.Row>
|
||||
</>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user