fixed flow error: external prop was missing in group constructor

This commit is contained in:
Florian Scholdei
2019-04-10 17:23:55 +02:00
parent f1bed2f558
commit 77b1bb53e8

View File

@@ -40,7 +40,8 @@ class GroupForm extends React.Component<Props, State> {
},
_links: {},
members: [],
type: ""
type: "",
external: false
},
nameValidationError: false
};