Add providers to app.

This commit is contained in:
Yang Luo
2020-12-20 23:33:38 +08:00
parent 84c1f2634e
commit b13ec27981
5 changed files with 25 additions and 13 deletions

View File

@ -11,8 +11,6 @@ class OrganizationEditPage extends React.Component {
classes: props,
organizationName: props.match.params.organizationName,
organization: null,
tasks: [],
resources: [],
};
}