Automatically migrate to new themeable component convention

This commit is contained in:
Yury Bondarenko
2024-03-28 14:47:46 +01:00
parent e40b6ae612
commit 6051b82821
482 changed files with 849 additions and 802 deletions

View File

@@ -80,7 +80,7 @@ import { VarDirective } from '../../shared/utils/var.directive';
import { ThemedThumbnailComponent } from '../../thumbnail/themed-thumbnail.component';
@Component({
selector: 'ds-edit-bitstream-page',
selector: 'ds-base-edit-bitstream-page',
styleUrls: ['./edit-bitstream-page.component.scss'],
templateUrl: './edit-bitstream-page.component.html',
changeDetection: ChangeDetectionStrategy.OnPush,