Skip to content

Commit

Permalink
fixup! feat: mail filters
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Oct 11, 2024
1 parent b031f1f commit d90106e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/mailFilter/DeleteModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@

<script>
import { NcDialog } from '@nextcloud/vue'
import IconCancel from '@mdi/svg/svg/cancel.svg'
import IconCheck from '@mdi/svg/svg/check.svg'
import IconCancel from '@mdi/svg/svg/cancel.svg?raw'

Check failure on line 15 in src/components/mailFilter/DeleteModal.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Unable to resolve path to module '@mdi/svg/svg/cancel.svg?raw'
import IconCheck from '@mdi/svg/svg/check.svg?raw'

Check failure on line 16 in src/components/mailFilter/DeleteModal.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Unable to resolve path to module '@mdi/svg/svg/check.svg?raw'
export default {
name: 'DeleteModal',
components: {
Expand Down

0 comments on commit d90106e

Please sign in to comment.