add role to RepositoryPermissions ui-type and local state in CreatePermissionForm

This commit is contained in:
Florian Scholdei
2019-05-15 15:48:02 +02:00
parent e5ba72ab51
commit 42bc84a6a5
3 changed files with 17 additions and 12 deletions

View File

@@ -12,6 +12,8 @@ export type ButtonProps = {
fullWidth?: boolean,
className?: string,
children?: React.Node,
// context props
classes: any
};