Skip to content

Commit

Permalink
fix: delete pluginconfiguration event (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaas-Ritense authored Oct 11, 2024
1 parent 4f79cad commit b276d4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ export class PluginAddModalComponent {
this.stateService.save();
}

delete(): void {
this.stateService.delete();
}

hide(): void {
this.closeModal.emit();
this.returnToFirstStep();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export class PluginEditModalComponent {
}

delete(): void {
this.stateService.delete();
this.stateService.disableInput();

this.stateService.selectedPluginConfiguration$
Expand Down

0 comments on commit b276d4a

Please sign in to comment.