Skip to content
Snippets Groups Projects
Commit bf505761 authored by OZGCloud's avatar OZGCloud
Browse files

OZG 6763 unused

parent c43234cf
Branches
Tags
No related merge requests found
......@@ -27,16 +27,6 @@ export function createGroupRepresentation(
};
}
export function createOrganisationseinheitState(
organisationseinheitItems: Organisationseinheit[] = [createOrganisationseinheit()],
): OrganisationseinheitState {
return {
organisationseinheitItems: organisationseinheitItems,
loading: false,
updateRequired: false,
};
}
export function createOrganisationseinheitError(
errorType: OrganisationseinheitErrorType = OrganisationseinheitErrorType.NAME_MISSING,
): OrganisationseinheitError {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment