Sets maximum Terms Per load as 100.
This commit is contained in:
parent
67b942d9fb
commit
fbb3a66b87
|
@ -105,7 +105,7 @@ export default {
|
|||
isEditingTerm: false,
|
||||
searchQuery: '',
|
||||
showChildren: false,
|
||||
maxTerms: 1,
|
||||
maxTerms: 100,
|
||||
offset: 0,
|
||||
totalTerms: 0
|
||||
}
|
||||
|
|
|
@ -148,7 +148,7 @@ export default {
|
|||
searchQuery: '',
|
||||
localTerms: [],
|
||||
editTerm: null,
|
||||
maxTerms: 2,
|
||||
maxTerms: 100,
|
||||
offset: 0,
|
||||
totalTerms: 0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue