Skip to content

Commit

Permalink
Remove gettext auto import by ide
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Nov 24, 2023
1 parent 4921d13 commit 03a8692
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web-app-files/src/views/spaces/Projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ import {
useKeyboardTableActions
} from 'web-app-files/src/composables/keyboardActions'
import { orderBy } from 'lodash-es'
import { $gettext } from '@ownclouders/web-pkg/src/router/utils'
export default defineComponent({
components: {
Expand Down Expand Up @@ -476,7 +475,6 @@ export default defineComponent({
}
},
methods: {
$gettext,
...mapMutations('Files', ['SET_FILE_SELECTION']),
openSidebarSharePanel(space: SpaceResource) {
this.SET_FILE_SELECTION([space])
Expand Down

0 comments on commit 03a8692

Please sign in to comment.