Fixed org templates pagination by setting page_size

This commit is contained in:
Michael Abashian 2017-02-14 11:26:52 -05:00
parent 57a4d60d58
commit e41bbf5ebe

View File

@ -235,7 +235,8 @@ export default [{
template_search: {
value: {
or__project__organization: null,
or__inventory__organization: null
or__inventory__organization: null,
page_size: 20
}
}
},