Skip to content

Commit

Permalink
enable saving mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Nov 21, 2024
1 parent d12499e commit 495b0fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ export class MappingStepperComponent implements OnInit, OnDestroy {
}

async onCommitButton() {
// this.commit.emit(this.getCurrentMapping(false));
this.commit.emit(this.getCurrentMapping(false));
}

async onSampleTargetTemplatesButton() {
Expand Down

0 comments on commit 495b0fc

Please sign in to comment.