Merge pull request #3007 from nextcloud/backport/3003/stable1.2

[stable1.2] Only import debounce
This commit is contained in:
Julius Härtl
2021-04-19 09:02:34 -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',