fix(filters): persist url filter query across views (#1482)

This commit is contained in:
kolaente
2025-09-12 00:12:33 +02:00
committed by GitHub
parent fcc204dc88
commit b99ea2deb0
3 changed files with 100 additions and 0 deletions

View File

@@ -73,6 +73,7 @@
v-model="params"
:view-id="viewId"
:project-id="projectId"
@update:modelValue="taskList.loadTasks()"
/>
</div>
</template>