mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-07 18:12:27 +02:00
fixed flow error: external prop was missing in group constructor
This commit is contained in:
@@ -40,7 +40,8 @@ class GroupForm extends React.Component<Props, State> {
|
||||
},
|
||||
_links: {},
|
||||
members: [],
|
||||
type: ""
|
||||
type: "",
|
||||
external: false
|
||||
},
|
||||
nameValidationError: false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user