diff --git a/app/collections/controllers/update_collection_controller.ts b/app/collections/controllers/update_collection_controller.ts index 26f4036..79af855 100644 --- a/app/collections/controllers/update_collection_controller.ts +++ b/app/collections/controllers/update_collection_controller.ts @@ -13,7 +13,7 @@ export default class UpdateCollectionController { const collection = await this.collectionService.getCollectionById(collectionId); - return inertia.render('collections/update', { + return inertia.render('collections/edit', { collection: collection.serialize(), }); }