diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2025-01-13 17:09:38 +0100 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2025-01-16 08:57:19 +0100 |
commit | 835994a811279dfbcf4da2a00fa2620b4ea4d031 (patch) | |
tree | f8b4a6e4f3c1c632a8f660032ae41b401de59518 /apps/files/src/vue.d.ts | |
parent | 6da58974a1a75275d99a75417ddd8f5d47851845 (diff) | |
download | nextcloud-server-fix/files/sort-after-view-change.tar.gz nextcloud-server-fix/files/sort-after-view-change.zip |
fix(files): sort not working after changing viewsfix/files/sort-after-view-change
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'apps/files/src/vue.d.ts')
-rw-r--r-- | apps/files/src/vue.d.ts | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/files/src/vue.d.ts b/apps/files/src/vue.d.ts deleted file mode 100644 index fc8714d418b..00000000000 --- a/apps/files/src/vue.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -/** - * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors - * SPDX-License-Identifier: AGPL-3.0-or-later - */ -import type { Navigation } from '@nextcloud/files' - -declare module 'vue/types/vue' { - interface Vue { - $navigation: Navigation - } -} |