From f0f673843e44ecc7f551105d485b0043b4d70d23 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Tue, 18 Oct 2022 22:04:42 +0200 Subject: [PATCH] refactor API console Refactor to use $ref sugar. Also forego the API call to fetch endpoint information if the endpoint name is not in the list of available endpoints that has already been fetched. --- packages/client/src/pages/api-console.vue | 35 ++++++++++++----------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/packages/client/src/pages/api-console.vue b/packages/client/src/pages/api-console.vue index d2b6847a1..4f734f573 100644 --- a/packages/client/src/pages/api-console.vue +++ b/packages/client/src/pages/api-console.vue @@ -29,7 +29,6 @@