mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
fixed model list view error for unpaginated lists
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -144,7 +144,7 @@ export default {
|
|||||||
this.paginated = this.this_model?.paginated ?? false
|
this.paginated = this.this_model?.paginated ?? false
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
if (!this.paginated) {
|
if (!this.paginated) {
|
||||||
this.getItems()
|
this.getItems({page:1},'left')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user