diff --git a/components/app/Section.vue b/components/app/Section.vue index 2bb6c204f..5e302addf 100644 --- a/components/app/Section.vue +++ b/components/app/Section.vue @@ -26,7 +26,7 @@ export default Vue.extend({ }, noLegend: { type: Boolean, - default: false, + default: true, }, }, computed: { diff --git a/components/collections/SaveRequest.vue b/components/collections/SaveRequest.vue index 90daea20b..349963ae7 100644 --- a/components/collections/SaveRequest.vue +++ b/components/collections/SaveRequest.vue @@ -232,6 +232,7 @@ export default { this.hideModal() }, hideModal() { + this.picked = null this.$emit("hide-modal") }, }, diff --git a/components/collections/graphql/Collection.vue b/components/collections/graphql/Collection.vue index fef0716ae..968bc61be 100644 --- a/components/collections/graphql/Collection.vue +++ b/components/collections/graphql/Collection.vue @@ -36,7 +36,7 @@ > topic - + diff --git a/components/collections/graphql/Folder.vue b/components/collections/graphql/Folder.vue index f1d257537..a3ebf90ae 100644 --- a/components/collections/graphql/Folder.vue +++ b/components/collections/graphql/Folder.vue @@ -28,7 +28,7 @@ {{ folder.name }} - + diff --git a/components/collections/graphql/Request.vue b/components/collections/graphql/Request.vue index 3c1156604..0aede5b7d 100644 --- a/components/collections/graphql/Request.vue +++ b/components/collections/graphql/Request.vue @@ -25,7 +25,7 @@ {{ request.name }} - + diff --git a/components/collections/graphql/index.vue b/components/collections/graphql/index.vue index 8c134a3b0..e493f54d7 100644 --- a/components/collections/graphql/index.vue +++ b/components/collections/graphql/index.vue @@ -1,12 +1,8 @@