Change from v-model to value as this is not set by the user
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<Editor
|
||||
v-model="schema"
|
||||
:value="schema"
|
||||
:lang="'graphqlschema'"
|
||||
:options="{
|
||||
maxLines: responseBodyMaxLines,
|
||||
|
||||
Reference in New Issue
Block a user