Fix label page (Result of slightly wrong merge)

This commit is contained in:
Jack Bailey 2024-01-31 12:14:36 +00:00
parent 026660da8c
commit af160df540
No known key found for this signature in database

View file

@ -84,7 +84,7 @@
return []; return [];
} }
return resp.data.items; return resp.data;
}); });
</script> </script>