Skip to content

Commit c0f9042

Browse files
committed
Merge remote-tracking branch 'origin/main' into more-eslint
2 parents c0f43bc + 9de30d5 commit c0f9042

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dspace-angular",
3-
"version": "7.6.1-next",
3+
"version": "8.0.0-next",
44
"scripts": {
55
"ng": "ng",
66
"config:watch": "nodemon",

src/app/request-copy/deny-request-copy/themed-deny-request-copy.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Component } from '@angular/core';
22
import { ThemedComponent } from 'src/app/shared/theme-support/themed.component';
3-
import { DenyRequestCopyComponent } from 'src/themes/custom/app/request-copy/deny-request-copy/deny-request-copy.component';
3+
4+
import { DenyRequestCopyComponent } from './deny-request-copy.component';
45

56
/**
67
* Themed wrapper for deny-request-copy.component

0 commit comments

Comments
 (0)