UI: Fixed not detect delete js module

This commit is contained in:
Vladyslav_Prykhodko 2024-12-24 11:46:06 +02:00
parent 509ff28f2e
commit d06bac8bf2

View File

@ -119,6 +119,7 @@ export class JsFuncModulesComponent implements OnInit {
removeModule(index: number, emitEvent = true) {
(this.modulesFormGroup.get('modules') as UntypedFormArray).removeAt(index, {emitEvent});
this.modulesFormGroup.get('modules').markAsDirty({emitEvent});
}
addModule() {