added create branch tests and started transmitting name for creating form

This commit is contained in:
Florian Scholdei
2019-04-04 11:04:39 +02:00
parent d113fa98a5
commit dfa0ceda55
5 changed files with 129 additions and 18 deletions

View File

@@ -15,6 +15,7 @@ type Props = {
repository: Repository,
branches: Branch[],
loading?: boolean,
transmittedName?: string,
t: string => string
};