fixed category viewing and editing on several pages
This commit is contained in:
parent
cd2a47bfdd
commit
e7c718250f
10 changed files with 37 additions and 40 deletions
|
@ -20,6 +20,8 @@ interface RecurData {
|
|||
export class RecurTableComponent {
|
||||
@Input() public recurList: Array<RecurData>;
|
||||
@Output() public onClick = new EventEmitter();
|
||||
@Input() public categories: any;
|
||||
|
||||
|
||||
public recurClick(event: any): void {
|
||||
this.onClick.emit( event );
|
||||
|
|
Reference in a new issue