Skip to content

Commit

Permalink
[fix] Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Feb 21, 2019
1 parent c9bc652 commit 392e8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/podconfig/podconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class PodConfigPage implements OnInit {
this.loading = false;
}

save($event: any, json: any) {
save($event: any, json?: any) {

json = json || this.form.value;
this.data.fromObject(json);
Expand Down

0 comments on commit 392e8e9

Please sign in to comment.