Skip to content

Commit 7864909

Browse files
author
Zahraa Chreim
committed
127047: Fix selector of SubmissionSectionContainerComponent in custom theme
1 parent 502597a commit 7864909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/themes/custom/app/submission/sections/container/section-container.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { SubmissionSectionContainerComponent as BaseComponent } from '../../../.
1212
import { SectionsDirective } from '../../../../../../app/submission/sections/sections.directive';
1313

1414
@Component({
15-
selector: 'ds-themed-submission-upload-section-file',
15+
selector: 'ds-themed-base-submission-section-container',
1616
// styleUrls: ['./section-container.component.scss'],
1717
styleUrls: ['../../../../../../app/submission/sections/container/section-container.component.scss'],
1818
// templateUrl: './section-container.component.html'

0 commit comments

Comments
 (0)