Skip to content

Commit

Permalink
fixing KB-8039:- If user doesn’t enter the Transform content” and cli…
Browse files Browse the repository at this point in the history
…ckng on save/Update transform button its succefully updating
  • Loading branch information
mansurskTarento committed Jan 20, 2025
1 parent 65cacc9 commit 191a650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ export class ViaApiComponent implements OnInit, OnChanges {
this.showSnackBar(message)
}
} catch (err) {
const message = 'Please provied valid valid spec json'
const message = 'Please provied valid spec json'
this.showSnackBar(message)
}
}
Expand Down

0 comments on commit 191a650

Please sign in to comment.