Skip to content

Commit 191a650

Browse files
fixing KB-8039:- If user doesn’t enter the Transform content” and clickng on save/Update transform button its succefully updating
1 parent 65cacc9 commit 191a650

File tree

1 file changed

+1
-1
lines changed
  • project/ws/app/src/lib/routes/home/routes/marketplace-provider/components/via-api

1 file changed

+1
-1
lines changed

project/ws/app/src/lib/routes/home/routes/marketplace-provider/components/via-api/via-api.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ export class ViaApiComponent implements OnInit, OnChanges {
488488
this.showSnackBar(message)
489489
}
490490
} catch (err) {
491-
const message = 'Please provied valid valid spec json'
491+
const message = 'Please provied valid spec json'
492492
this.showSnackBar(message)
493493
}
494494
}

0 commit comments

Comments
 (0)