Skip to content

Commit

Permalink
fix(editor): Revert change that hid swagger docs in the ui (#10350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored Aug 13, 2024
1 parent 413fc45 commit bae49d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/views/SettingsApiView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'}`)
Expand Down

0 comments on commit bae49d3

Please sign in to comment.