Skip to content

Commit

Permalink
chore: resolve lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
  • Loading branch information
elzody committed Nov 29, 2024
1 parent 40bea6f commit 2dbf4e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Modal/ZoteroHint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<template>
<NcModal :show="show" @close="close" :name="t('richdocument', 'Link to your Zotero library')">
<NcModal :show="show" :name="t('richdocument', 'Link to your Zotero library')" @close="close">
<div class="zotero-hint">
<h2>{{ t('richdocument', 'Link to your Zotero library') }}</h2>
<BookOpenPageVariantOutline :size="96" />
Expand Down
2 changes: 1 addition & 1 deletion src/view/FilesAppIntegration.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default {
},

insertFile_impl(mimeTypeFilter, insertFileProc, insertHandler) {
if (isPublicShare()) {
if (isPublic) {
console.error('[FilesAppIntegration] insertFile is not supported')
}

Expand Down

0 comments on commit 2dbf4e3

Please sign in to comment.