Corrected Archived in displayProjectsInPhases.vue
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const phasesCounter = ref({})
|
||||
|
||||
const setupPage = async () => {
|
||||
const projects = await useSupabaseSelect("projects")
|
||||
const projects = (await useSupabaseSelect("projects")).filter(i => !i.archived)
|
||||
|
||||
projects.forEach(project => {
|
||||
if(project.phases && project.phases.length > 0){
|
||||
|
||||
Reference in New Issue
Block a user