fix: moment locale (#2952)

This commit is contained in:
Shlomo
2024-01-30 11:16:32 +02:00
committed by GitHub
parent 0a05f8c01f
commit 883383a571
6 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
import { enableThumbs } from "@/utils/constants";
import { mapMutations, mapGetters, mapState } from "vuex";
import { filesize } from "@/utils";
import moment from "moment";
import moment from "moment/min/moment-with-locales";
import { files as api } from "@/api";
import * as upload from "@/utils/upload";