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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-05-30 18:44:38 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-05-30 18:44:38 +0300
commitc6496ffc9c3896733f3f98aa8a8d9d4f087eb6b0 (patch)
tree0c1a34ee2a85948884efc8b14617025724c6bb28 /src/components/Menu
parentdd7c8aa7f25613b7a4f3a90a54263e2a3f55d105 (diff)
✏️ (#2345): typofix
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to 'src/components/Menu')
-rw-r--r--src/components/Menu/ActionImageUpload.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Menu/ActionImageUpload.vue b/src/components/Menu/ActionImageUpload.vue
index 30e9f9680..d32e4129d 100644
--- a/src/components/Menu/ActionImageUpload.vue
+++ b/src/components/Menu/ActionImageUpload.vue
@@ -64,7 +64,7 @@ import {
useActionImagePromptMixin,
useUploadingStateMixin,
useActionChooseLocalImageMixin,
-} from '../EditorMidiaHandler.provider.js'
+} from '../EditorMediaHandler.provider.js'
export default {
name: 'ActionImageUpload',