Sets maximum Terms Per load as 100.

This commit is contained in:
Mateus Machado Luna 2018-08-14 10:55:20 -03:00
parent 67b942d9fb
commit fbb3a66b87
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ export default {
isEditingTerm: false,
searchQuery: '',
showChildren: false,
maxTerms: 1,
maxTerms: 100,
offset: 0,
totalTerms: 0
}

View File

@ -148,7 +148,7 @@ export default {
searchQuery: '',
localTerms: [],
editTerm: null,
maxTerms: 2,
maxTerms: 100,
offset: 0,
totalTerms: 0
}