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 <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Oct 11, 2024
1 parent d90106e commit 4d70be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/mailFilter/DeleteModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import { NcDialog } from '@nextcloud/vue'
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 4d70be5

Please sign in to comment.