Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>

[skip ci]
  • Loading branch information
elzody authored and backportbot[bot] committed Feb 21, 2024
1 parent 15e0e67 commit 0314bf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nodes/CodeBlockView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
<NcActions v-if="isEditable"
data-cy="code-action-group"
:aria-label="t('text', 'Code block options')">
<NcActionInput
:label="t('text', 'Code block language')"
<NcActionInput :label="t('text', 'Code block language')"
:value="type"
:show-trailing-button="false"
:placeholder="t('text', 'e.g. php, javascript, json…')"
Expand Down

0 comments on commit 0314bf0

Please sign in to comment.