fix(editor): Revert change that hid swagger docs in the ui (#10350)

This commit is contained in:
Jon 2024-08-13 11:40:20 +01:00 committed by GitHub
parent 413fc4584c
commit bae49d3198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@
/> />
</div> </div>
</n8n-card> </n8n-card>
<div v-if="!isRedactedApiKey" :class="$style.hint"> <div :class="$style.hint">
<n8n-text size="small"> <n8n-text size="small">
{{ {{
$locale.baseText(`settings.api.view.${swaggerUIEnabled ? 'tryapi' : 'more-details'}`) $locale.baseText(`settings.api.view.${swaggerUIEnabled ? 'tryapi' : 'more-details'}`)