feat: use new form layout for collection/edit

This commit is contained in:
Sonny
2024-11-01 18:40:48 +01:00
committed by Sonny
parent e77b7cc176
commit 0ce3e3d39d
2 changed files with 51 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ export default class CollectionsController {
collectionId,
auth.user!.id
);
return inertia.render('collections/edit', {
return inertia.render('mantine/collections/edit', {
collection,
});
}