mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
src/app: fix path to deny-request-copy component
The themed-deny-request-copy.component erroneously includes the cus- tom theme's deny-request-copy component instead of its own. Closes: https://github.com/DSpace/dspace-angular/issues/2351
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
import { ThemedComponent } from 'src/app/shared/theme-support/themed.component';
|
import { ThemedComponent } from 'src/app/shared/theme-support/themed.component';
|
||||||
|
|
||||||
import { DenyRequestCopyComponent } from 'src/themes/custom/app/request-copy/deny-request-copy/deny-request-copy.component';
|
import { DenyRequestCopyComponent } from './deny-request-copy.component';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Themed wrapper for deny-request-copy.component
|
* Themed wrapper for deny-request-copy.component
|
||||||
|
Reference in New Issue
Block a user