w
This commit is contained in:
parent
ce50ce2eb9
commit
ad432dddc0
@ -16,9 +16,6 @@
|
||||
<mat-accordion class="os-card">
|
||||
<mat-expansion-panel
|
||||
*ngFor="let section of this.commentSections"
|
||||
(opened)="openId = section.id"
|
||||
(closed)="openId = null"
|
||||
[expanded]="openId === section.id"
|
||||
multiple="false"
|
||||
>
|
||||
<mat-expansion-panel-header>
|
||||
|
@ -40,8 +40,6 @@ export class MotionCommentSectionListComponent extends BaseViewComponent impleme
|
||||
*/
|
||||
public commentFieldForm: FormGroup;
|
||||
|
||||
public openId: number | null;
|
||||
|
||||
public groups: BehaviorSubject<ViewGroup[]>;
|
||||
|
||||
/**
|
||||
|
@ -16,9 +16,6 @@
|
||||
<mat-accordion class="os-card">
|
||||
<mat-expansion-panel
|
||||
*cdkVirtualFor="let statuteParagraph of statuteParagraphs"
|
||||
(opened)="openId = statuteParagraph.id"
|
||||
(closed)="openId = null"
|
||||
[expanded]="openId === statuteParagraph.id"
|
||||
multiple="false"
|
||||
>
|
||||
<mat-expansion-panel-header>
|
||||
|
@ -38,8 +38,6 @@ export class StatuteParagraphListComponent extends BaseViewComponent implements
|
||||
*/
|
||||
public statuteParagraphForm: FormGroup;
|
||||
|
||||
public openId: Number | null;
|
||||
|
||||
/**
|
||||
* The usual component constructor. Initializes the forms
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user