🐛 Fixed gqlType

This commit is contained in:
Liyas Thomas
2019-11-19 09:53:02 +05:30
parent eca1dc8e66
commit 62f52a0be1

View File

@@ -41,7 +41,7 @@ export default {
"gql-field": () => import("./field")
},
props: {
gqlType: Object
gqlType: {}
}
};
</script>