mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-30 04:20:14 +00:00
Update page.tsx
This commit is contained in:
parent
ae791bcb16
commit
7fb7ac3bfb
@ -51,7 +51,7 @@ const CategoryView = () => {
|
||||
).then((results) => results.filter((script) => script !== null));
|
||||
|
||||
// Kategorien und Skripte verknüpfen
|
||||
categories.forEach((category) => {
|
||||
categories.forEach((category: Category) => {
|
||||
category.scripts = scripts.filter((script: Script) =>
|
||||
script.categories.includes(category.id)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user