Skip to content

Commit

Permalink
chore: eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Apr 21, 2023
1 parent 68e7ae6 commit 9646e5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tiptap-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,9 @@
<v-list-item-icon>
<icon-layout-left />
</v-list-item-icon>
<v-list-item-content><v-text-overflow :text="t(`tiptap.table_toggle_header_column`)" /></v-list-item-content>
<v-list-item-content
><v-text-overflow :text="t(`tiptap.table_toggle_header_column`)"
/></v-list-item-content>
</v-list-item>
<v-list-item
clickable
Expand Down

0 comments on commit 9646e5d

Please sign in to comment.