fix(ui,types): Add Metadata form for collection (#11300)

**What**
- Adds missing Metadata form for collections
- Fixes type of metadata in update payload
- Fixes an issue where deleting the last row of a metadata form would prevent adding new ones.

Resolves SUP-784
This commit is contained in:
Kasper Fabricius Kristensen
2025-02-05 13:53:30 +01:00
committed by GitHub
parent 4be327819f
commit 6db96c80d0
6 changed files with 48 additions and 1 deletions

View File

@@ -520,6 +520,11 @@ export const RouteMap: RouteObject[] = [
"../../routes/collections/collection-add-products"
),
},
{
path: "metadata/edit",
lazy: () =>
import("../../routes/collections/collection-metadata"),
},
],
},
],