Task List Enhancements
This commit is contained in:
@@ -40,6 +40,8 @@ export const useTaskStore = defineStore('tasks', {
|
||||
actions: {
|
||||
async fetchTasks() {
|
||||
try {
|
||||
await this.fetchTaskTags();
|
||||
await this.fetchSkillTags();
|
||||
const response = await databases.listDocuments(
|
||||
AppwriteIds.databaseId,
|
||||
AppwriteIds.collectionIdTask
|
||||
|
||||
Reference in New Issue
Block a user