Skip to content

Commit

Permalink
dreamfactorysoftware#294 - Fix script save issue
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Aug 8, 2024
1 parent 7db088a commit ce82e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export class DfServiceDetailsComponent implements OnInit {
}
this.serviceData = data;
if (data) {
this.content = data.serviceDocByServiceId.content;
this.content = data.config.serviceDefinition;
} else {
this.content = '';
}
Expand Down

0 comments on commit ce82e68

Please sign in to comment.