diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 07c543d..934914d 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -63,7 +63,6 @@ export default { }, provide() { return { - activeSchema: computed(() => this.activeSchema), availableSchemas: computed(() => this.$refs.schemalist.schemas), updatePendingRequests: this.onPendingReviews, apiInfo: computed(() => this.apiInfo) diff --git a/frontend/src/components/Entity.vue b/frontend/src/components/Entity.vue index b471120..46fde45 100644 --- a/frontend/src/components/Entity.vue +++ b/frontend/src/components/Entity.vue @@ -1,113 +1,115 @@