Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/FlowPostToConversation.vue')
-rw-r--r--src/views/FlowPostToConversation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/FlowPostToConversation.vue b/src/views/FlowPostToConversation.vue
index 50977ac21..0f5b8b706 100644
--- a/src/views/FlowPostToConversation.vue
+++ b/src/views/FlowPostToConversation.vue
@@ -18,7 +18,7 @@
import Multiselect from '@nextcloud/vue/dist/Components/Multiselect'
import axios from '@nextcloud/axios'
import { generateOcsUrl } from '@nextcloud/router'
-import { FLOW, CONVERSATION } from '../constants'
+import { FLOW, CONVERSATION } from '../constants.js'
export default {
name: 'FlowPostToConversation',