This commit is contained in:
b.nodon
2026-03-06 11:21:15 +01:00
parent a29007265b
commit f1f3d915af

View File

@@ -69,7 +69,7 @@ namespace Webzine.WebApplication.Areas.Administration.Controllers
};
// Initialisation du ViewModel
var viewModel = new StyleViewModel
var viewModel = new CommentaireViewModel
{
Commentaires = listeCommentaires
};