mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
Fix frontend (#3199)
This commit is contained in:
parent
864522b7fa
commit
25c310b57b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export async function GET() {
|
|||
const categories = metadata.categories
|
||||
.map((category) => {
|
||||
category.scripts = scripts.filter((script) =>
|
||||
script.categories.includes(category.id),
|
||||
script.categories?.includes(category.id),
|
||||
);
|
||||
return category;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue