Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Commit f83c3a4

Browse files
author
Dustin Noyes
committed
feat(aws-amplify-vue): adds GraphQL instead of cached values
1 parent 7a5951d commit f83c3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Profile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default {
7373
{ type: 'string', name: 'email', label: 'Email' },
7474
{ type: 'string', name: 'phone_number', label: 'Phone Number' }
7575
],
76-
}
76+
};
7777
},
7878
methods: {
7979
toggleAccordion: function(el) {

0 commit comments

Comments
 (0)