diff --git a/pages/collection/_short_name/projects/index.vue b/pages/collection/_short_name/projects/index.vue index 8b20cc02..9a63c354 100644 --- a/pages/collection/_short_name/projects/index.vue +++ b/pages/collection/_short_name/projects/index.vue @@ -97,12 +97,14 @@ :collection="collection" :orderby="sortModel.orderby" :desc="sortModel.desc" - no-results="" - no-more-results="" - v-model="projects"> + :show-no-results="false" + v-model="projects" + @complete="projectLoadingComplete = true"> -

+

No projects are currently available using the selected filters.
You can use the input fields on the left to change them. @@ -147,6 +149,7 @@ export default { showCompleted: false, filter: null, filterBy: 'name', + projectLoadingComplete: false, tableFields: { name: { label: 'Name'