mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-11 07:37:14 -07: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:
parent
da791ec9c5
commit
84d55eb920
8 changed files with 44 additions and 33 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue