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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-06-19 13:16:42 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-06-19 13:16:42 +0300
commitefa72650bd6c0552808c585d57b3b91de8204573 (patch)
treeaef595070390d3c1d4e1024771985ac4b7890538 /src
parente8a05b55d0bf70cbe7ff0d79a9f73ae719dc5d93 (diff)
Use nextcloud-files for file size formatting
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'src')
-rw-r--r--src/components/MessageAttachment.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/MessageAttachment.vue b/src/components/MessageAttachment.vue
index b1847899d..2c034ccf3 100644
--- a/src/components/MessageAttachment.vue
+++ b/src/components/MessageAttachment.vue
@@ -54,7 +54,7 @@
</template>
<script>
-import {formatFileSize} from 'nextcloud-server/dist/format'
+import {formatFileSize} from 'nextcloud-files'
import {mixin as onClickOutside} from 'vue-on-click-outside'
import {getFilePickerBuilder} from 'nextcloud-dialogs'
import {PopoverMenu} from 'nextcloud-vue'