feature/Add Used Connectors section to API Explorer II

This commit is contained in:
Marko Milić 2024-11-08 12:04:31 +01:00
parent 73cb983cec
commit 15f9a3fbd7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "api-explorer",
"version": "1.0.20",
"version": "1.0.21",
"private": true,
"scripts": {
"dev": "vite & ts-node server/app.ts",

View File

@ -78,7 +78,7 @@ const setOperationDetails = (id: string, version: string): void => {
showRequiredRoles.value = requiredRoles.value.length > 0
showValidations.value = validations.value.length > 0
showPossibleErrors.value = possibleErrors.value.length > 0
showConnectorMethods.value = connectorMethods.value.length > 0
showConnectorMethods.value = true
footNote.value.version = operation.operation_id
footNote.value.version = operation.implemented_by.version
footNote.value.functionName = operation.implemented_by.function