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:
Diffstat (limited to 'src/components/EditorWrapper.vue')
-rw-r--r--src/components/EditorWrapper.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/EditorWrapper.vue b/src/components/EditorWrapper.vue
index 58dfb3aef..069646f37 100644
--- a/src/components/EditorWrapper.vue
+++ b/src/components/EditorWrapper.vue
@@ -51,7 +51,7 @@
:is-public="isPublic"
:autohide="autohide"
:loaded.sync="menubarLoaded"
- :uploading-image="uploadingImages"
+ :uploading-images="uploadingImages"
@show-help="showHelp"
@image-insert="insertImagePath"
@image-upload="uploadImageFiles">