We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a52f5d commit 570691aCopy full SHA for 570691a
resources/spa/src/components/form/FormAvatarItem.vue
@@ -39,7 +39,7 @@ export default {
39
},
40
data () {
41
return {
42
- avatar: this.$props.value.url,
+ avatar: (this.$props.value || {}).url,
43
}
44
45
methods: {
0 commit comments