feat: use new form layout for collection/delete

This commit is contained in:
Sonny
2024-11-01 18:50:24 +01:00
committed by Sonny
parent 0ce3e3d39d
commit 6d568b133f
6 changed files with 57 additions and 23 deletions

View File

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