Move button to right side and small fixes

This commit is contained in:
Florian Scholdei
2019-11-28 02:01:49 +01:00
parent cae4f6abb4
commit 53147db0e2
3 changed files with 24 additions and 19 deletions

View File

@@ -52,7 +52,7 @@ class RepositoryForm extends React.Component<Props, State> {
}
}
isFalsy(value) {
isFalsy(value: string) {
return !value;
}