summaryrefslogtreecommitdiffstats
path: root/src/components/RightSidebar/Participants/ParticipantsTab.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-15 16:04:36 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-15 16:04:36 +0200
commit266007a7f15472d0fc6167d0d88105370ae051d0 (patch)
tree284787d8752de75bf73ba1fc5d83dd2d60a27858 /src/components/RightSidebar/Participants/ParticipantsTab.vue
parente6a0105a772d797d0797b19b7382888c5f145a6b (diff)
Fix imports
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/RightSidebar/Participants/ParticipantsTab.vue')
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsTab.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/RightSidebar/Participants/ParticipantsTab.vue b/src/components/RightSidebar/Participants/ParticipantsTab.vue
index 5346f2a62..a8f56b0fa 100644
--- a/src/components/RightSidebar/Participants/ParticipantsTab.vue
+++ b/src/components/RightSidebar/Participants/ParticipantsTab.vue
@@ -50,7 +50,7 @@ import { addParticipant } from '../../../services/participantsService.js'
import { loadState } from '@nextcloud/initial-state'
import CancelableRequest from '../../../utils/cancelableRequest.js'
import { showError } from '@nextcloud/dialogs'
-import AppNavigationCaption from '@nextcloud/vue/dist/Components/AppNavigationCaption'
+import AppNavigationCaption from '@nextcloud/vue/dist/Components/AppNavigationCaption.js'
import ParticipantsSearchResults from './ParticipantsSearchResults/ParticipantsSearchResults.vue'
import getParticipants from '../../../mixins/getParticipants.js'