Skip to content

Commit

Permalink
Update src/main/webapp/app/shared/metis/posting-content/posting-conte…
Browse files Browse the repository at this point in the history
…nt-part/posting-content-part.components.ts

Co-authored-by: Mohamed Bilel Besrour <[email protected]>
  • Loading branch information
badkeyy and BBesrour authored Nov 26, 2024
1 parent 82f5d24 commit e233630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class PostingContentPartComponent implements OnChanges, OnInit {
}

ngOnChanges(changes: SimpleChanges): void {
if (changes['postingContentPart'] && !changes['postingContentPart'].firstChange) {
if (changes.postingContentPart && !changes.postingContentPart.firstChange) {
this.processContent();
}
}
Expand Down

0 comments on commit e233630

Please sign in to comment.