Skip to content

Commit

Permalink
Merge pull request #945 from nextcloud-libraries/fix/regression-with-…
Browse files Browse the repository at this point in the history
…button-icons

[stable4] fix(FilePicker): Fix legacy entry point buttons when bundling with webpack
  • Loading branch information
susnux committed Aug 24, 2023
2 parents 92a947c + 4926834 commit b845623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/legacy.ts
Expand Up @@ -34,8 +34,8 @@ import { t } from './utils/l10n'
import { FilePickerVue, FilePickerType } from '.'

import DialogBase from './components/DialogBase.vue'
import IconCopy from '@mdi/svg/svg/folder-multiple.svg'
import IconMove from '@mdi/svg/svg/folder-move.svg'
import IconCopy from '@mdi/svg/svg/folder-multiple.svg?raw'
import IconMove from '@mdi/svg/svg/folder-move.svg?raw'
import Vue from 'vue'

/**
Expand Down

0 comments on commit b845623

Please sign in to comment.