mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-19 05:26:31 +00:00
Fix label page (Result of slightly wrong merge)
This commit is contained in:
parent
026660da8c
commit
af160df540
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
return [];
|
||||
}
|
||||
|
||||
return resp.data.items;
|
||||
return resp.data;
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue