review
This commit is contained in:
parent
d7b154b656
commit
4fdbb4ea5f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import { HttpClientContext } from "../context/http-service/HttpClientContext";
|
||||||
import { RealmContext } from "../context/realm-context/RealmContext";
|
import { RealmContext } from "../context/realm-context/RealmContext";
|
||||||
import { useAlerts } from "../components/alert/Alerts";
|
import { useAlerts } from "../components/alert/Alerts";
|
||||||
|
|
||||||
type GroupsListProps = {
|
export type GroupsListProps = {
|
||||||
list?: GroupRepresentation[];
|
list?: GroupRepresentation[];
|
||||||
refresh: () => void;
|
refresh: () => void;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue