mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
fix(editor): Revert change that hid swagger docs in the ui (#10350)
This commit is contained in:
parent
413fc4584c
commit
bae49d3198
|
@ -49,7 +49,7 @@
|
|||
/>
|
||||
</div>
|
||||
</n8n-card>
|
||||
<div v-if="!isRedactedApiKey" :class="$style.hint">
|
||||
<div :class="$style.hint">
|
||||
<n8n-text size="small">
|
||||
{{
|
||||
$locale.baseText(`settings.api.view.${swaggerUIEnabled ? 'tryapi' : 'more-details'}`)
|
||||
|
|
Loading…
Reference in a new issue