Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorado committed Apr 28, 2019
1 parent 887d853 commit 700f21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
*/
setInitialValue() {
this.value = self.field.value;
this.value = this.field.value;
let self = this;
let currentContent = (self.field.value ? JSON.parse(self.field.value) : self.field.value);
Expand Down

0 comments on commit 700f21a

Please sign in to comment.