Merge pull request #3003 from nextcloud/techdebt/noid/lodash-import

Only import debounce
This commit is contained in:
Julius Härtl
2021-04-19 08:22:31 -01:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ import { CollectionList } from 'nextcloud-vue-collections'
import { mapGetters, mapState } from 'vuex'
import { getCurrentUser } from '@nextcloud/auth'
import { showError } from '@nextcloud/dialogs'
import { debounce } from 'lodash'
import debounce from 'lodash/debounce'
export default {
name: 'SharingTabSidebar',