File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
app/institutions/dashboard Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ import { inject as service } from '@ember/service';
33import Intl from 'ember-intl/services/intl' ;
44import { getSingleOsfmapValue } from 'ember-osf-web/packages/osfmap/jsonld' ;
55
6-
76import humanFileSize from 'ember-osf-web/utils/human-file-size' ;
8- import { ResourceTypeFilterValue } from 'osf-components/components/search-page/component' ;
97import { ObjectListColumn } from '../-components/object-list/component' ;
108
119export default class InstitutionDashboardProjects extends Controller {
@@ -89,7 +87,7 @@ export default class InstitutionDashboardProjects extends Controller {
8987 return {
9088 cardSearchFilter : {
9189 affiliation : [ identifiers ] ,
92- resourceType : ResourceTypeFilterValue . Projects ,
90+ resourceType : 'Project' ,
9391 } ,
9492 } ;
9593 }
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import Intl from 'ember-intl/services/intl';
44import { getSingleOsfmapValue } from 'ember-osf-web/packages/osfmap/jsonld' ;
55
66import humanFileSize from 'ember-osf-web/utils/human-file-size' ;
7- import { ResourceTypeFilterValue } from 'osf-components/components/search-page/component' ;
87import { ObjectListColumn } from '../-components/object-list/component' ;
98
109export default class InstitutionDashboardRegistrations extends Controller {
@@ -86,7 +85,7 @@ export default class InstitutionDashboardRegistrations extends Controller {
8685 return {
8786 cardSearchFilter : {
8887 affiliation : [ identifiers ] ,
89- resourceType : ResourceTypeFilterValue . Registrations ,
88+ resourceType : 'Registration' ,
9089 } ,
9190 } ;
9291 }
You can’t perform that action at this time.
0 commit comments