mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -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>
|
</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'}`)
|
||||||
|
|
Loading…
Reference in a new issue