This commit is contained in:
Christie Molloy 2020-10-14 15:16:51 -04:00
parent d7b154b656
commit 4fdbb4ea5f

View file

@ -13,7 +13,7 @@ import { HttpClientContext } from "../context/http-service/HttpClientContext";
import { RealmContext } from "../context/realm-context/RealmContext";
import { useAlerts } from "../components/alert/Alerts";
type GroupsListProps = {
export type GroupsListProps = {
list?: GroupRepresentation[];
refresh: () => void;
};