mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
Removed creationDate & lastModifiedDate from Group; fixed flow issuses
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user