File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import { AccessStatusObject } from '../shared/object-collection/shared/badges/ac
1616import { IdentifierData } from '../shared/object-list/identifier-data/identifier-data.model' ;
1717import { Subscription } from '../shared/subscriptions/models/subscription.model' ;
1818import { SubmissionCoarNotifyConfig } from '../submission/sections/section-coar-notify/submission-coar-notify.config' ;
19+ import { SystemWideAlert } from '../system-wide-alert/system-wide-alert.model' ;
1920import { AuthStatus } from './auth/models/auth-status.model' ;
2021import { ShortLivedToken } from './auth/models/short-lived-token.model' ;
2122import { BulkAccessConditionOptions } from './config/models/bulk-access-condition-options.model' ;
@@ -186,4 +187,5 @@ export const models =
186187 Itemfilter ,
187188 SubmissionCoarNotifyConfig ,
188189 NotifyRequestsStatus ,
190+ SystemWideAlert ,
189191 ] ;
You can’t perform that action at this time.
0 commit comments