simple remove works

This commit is contained in:
Yubing325
2020-06-11 17:10:33 -05:00
parent 7c67d81439
commit dc0ec0cd9d
6 changed files with 54 additions and 18 deletions
@@ -39,9 +39,7 @@ export class FormGroupCommandModalDirective {
command: this.command,
model: this.model
}).subscribe(commandModel => {
debugger;
const event = <IModelFormCreateEvent>{
commandName: this.command,
viewModel: this.model,