Skip to content
Prev Previous commit
Next Next commit
fix: Revert NcHighlight import for now
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Feb 14, 2023
commit 48921d2316f5689d5ce9a2de79f689dc9908bdfd
3 changes: 2 additions & 1 deletion core/src/views/UnifiedSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ import debounce from 'debounce'
import { emit, subscribe, unsubscribe } from '@nextcloud/event-bus'
import { showError } from '@nextcloud/dialogs'

import { NcActionButton, NcActions, NcEmptyContent, NcHeaderMenu, NcHighlight } from '@nextcloud/vue'
import { NcActionButton, NcActions, NcEmptyContent, NcHeaderMenu } from '@nextcloud/vue'
import NcHighlight from '@nextcloud/vue/dist/Components/NcHighlight'

import Magnify from 'vue-material-design-icons/Magnify.vue'

Expand Down