Skip to content

Commit

Permalink
fix: bump libs and remove vue-frag usage
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed May 14, 2024
1 parent 5206d12 commit 5de88d4
Show file tree
Hide file tree
Showing 4 changed files with 5,974 additions and 11,914 deletions.
2 changes: 1 addition & 1 deletion lib/components/FilePicker/FileListRow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('FilePicker: FileListRow', () => {
// shallowMounted
expect(wrapper.exists()).toBe(true)
expect(wrapper.element.tagName.toLowerCase()).toBe('tr')
expect(wrapper.find('[data-testid="file-list-row"]').isEmpty()).toBe(false)
expect(wrapper.find('[data-testid="file-list-row"]').exists()).toBe(true)
})

it('shows checkbox based on `showCheckbox` property', async () => {
Expand Down
3 changes: 1 addition & 2 deletions lib/components/FilePicker/FilePickerNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ import IconMagnify from 'vue-material-design-icons/Magnify.vue'
import { getCurrentUser } from '@nextcloud/auth'
import { NcButton, NcIconSvgWrapper, NcSelect, NcTextField } from '@nextcloud/vue'
import { computed, ref } from 'vue'
import { Fragment } from 'vue-frag'
import { computed, ref, Fragment } from 'vue'
import { t } from '../../utils/l10n'
import { useViews } from '../../composables/views'
Expand Down
Loading

0 comments on commit 5de88d4

Please sign in to comment.