Performance improvements (#288)
Only include needed parts from lodash Don't prefetch Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/288 Co-Authored-By: konrad <konrad@kola-entertainments.de> Co-Committed-By: konrad <konrad@kola-entertainments.de>
This commit is contained in:
parent
e4ae8078bc
commit
2af53b16b6
23 changed files with 37 additions and 34 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import UserModel from './user'
|
||||
import {merge} from 'lodash'
|
||||
import merge from 'lodash/merge'
|
||||
|
||||
export default class TeamMemberModel extends UserModel {
|
||||
defaults() {
|
||||
|
|
|
|||
Reference in a new issue