Skip to content

Commit

Permalink
add missing input
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Oct 15, 2024
1 parent d39cd59 commit 179590f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { Component, Input, OnInit } from '@angular/core'
export class PanelElementSourceComponent implements OnInit {
@Input() name: string
@Input() date: string
@Input() isEmailOrDomain = false
@Input() isLastItem: boolean
@Input() assertion: string
constructor() {}
Expand Down

0 comments on commit 179590f

Please sign in to comment.