mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
fix: collection edit form page component name
This commit is contained in:
@@ -13,7 +13,7 @@ export default class UpdateCollectionController {
|
|||||||
|
|
||||||
const collection =
|
const collection =
|
||||||
await this.collectionService.getCollectionById(collectionId);
|
await this.collectionService.getCollectionById(collectionId);
|
||||||
return inertia.render('collections/update', {
|
return inertia.render('collections/edit', {
|
||||||
collection: collection.serialize(),
|
collection: collection.serialize(),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user