Removed creationDate & lastModifiedDate from Group; fixed flow issuses

This commit is contained in:
Philipp Czora
2018-07-31 19:05:06 +02:00
parent d532c36204
commit 58fbf4ebf2
4 changed files with 14 additions and 11 deletions

View File

@@ -6,9 +6,11 @@ import { translate } from "react-i18next";
import GroupForm from "./GroupForm";
import { connect } from "react-redux";
import { createGroup } from "../modules/groups";
import type { Group } from "../types/Group";
export interface Props {
t: string => string;
createGroup: Group => void;
}
export interface State {}