Skip to content

Commit

Permalink
feat: add export via index for useOpenWithDefaultApp composable
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Oct 31, 2023
1 parent 2502c54 commit 723f54d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/web-app-files/src/composables/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './actions'
export * from './resourcesViewDefaults'
export * from './openWithDefaultApp'
export * from './shares'
2 changes: 1 addition & 1 deletion packages/web-app-files/src/views/shares/SharedWithMe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { useGroupingSettings } from '@ownclouders/web-pkg'
import SharesNavigation from 'web-app-files/src/components/AppBar/SharesNavigation.vue'
import { useGettext } from 'vue3-gettext'
import { useStore } from '@ownclouders/web-pkg'
import { useOpenWithDefaultApp } from '../../composables/openWithDefaultApp'
import { useOpenWithDefaultApp } from '../../composables'
export default defineComponent({
components: {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-files/src/views/spaces/GenericSpace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ import {
useKeyboardTableNavigation,
useKeyboardTableSpaceActions
} from 'web-app-files/src/composables/keyboardActions'
import { useOpenWithDefaultApp } from '../../composables/openWithDefaultApp'
import { useOpenWithDefaultApp } from '../../composables'
const visibilityObserver = new VisibilityObserver()
Expand Down

0 comments on commit 723f54d

Please sign in to comment.