create Custom Repo Role

This commit is contained in:
Eduard Heimbuch
2019-05-15 14:48:12 +02:00
parent b4eb6e94da
commit 77d8a3ad21
4 changed files with 86 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ type Props = {
loading: boolean,
error: Error,
repositoryRolesLink: string,
disabled: boolean,
// dispatcher function
fetchRoleByName: (string, string) => void,