mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
* fix webhooks not firing due to missing session * disable webhook test button because it doesnt do anything * fix background task administration not working at all * fix error in test
This commit is contained in:
@@ -57,7 +57,7 @@ export default defineComponent({
|
||||
const { data } = await api.serverTasks.getAll();
|
||||
|
||||
if (data) {
|
||||
tasks.value = data;
|
||||
tasks.value = data.items;
|
||||
}
|
||||
loading.value = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user