Improve chunk size

This commit is contained in:
kolaente 2021-07-25 16:02:49 +02:00
parent a08306d612
commit 5fa03923e9
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
6 changed files with 27 additions and 4 deletions

View file

@ -1,5 +1,5 @@
import Vue from 'vue'
import {cloneDeep} from 'lodash'
import cloneDeep from 'lodash/cloneDeep'
import BucketService from '../../services/bucket'
import {filterObject} from '@/helpers/filterObject'