Skip to content
Snippets Groups Projects
Commit 0f369187 authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

fix: attribute default license optional on org unit

parent 398ef325
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ export interface OrganizationalUnit extends OrganizationalUnitPartial {
institutions?: Institution[];
researchDomains?: ResearchDomain[];
keywords?: string[];
defaultLicense: License;
defaultLicense?: License;
}
export interface Page extends PagePartial {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment