mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
feature/Add Used Connectors section to API Explorer II
This commit is contained in:
parent
73cb983cec
commit
15f9a3fbd7
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user