From 79f5eaf40b93d64be74d8b4f1ef80d19fadbfbe1 Mon Sep 17 00:00:00 2001 From: Paweł Bernaciak Date: Fri, 29 Dec 2023 09:41:56 +0100 Subject: Cywilizowany tailwind --- CoreWiki/Pages/All.cshtml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CoreWiki/Pages/All.cshtml.cs') diff --git a/CoreWiki/Pages/All.cshtml.cs b/CoreWiki/Pages/All.cshtml.cs index c41e216..d54e75b 100644 --- a/CoreWiki/Pages/All.cshtml.cs +++ b/CoreWiki/Pages/All.cshtml.cs @@ -14,7 +14,7 @@ public class All : PageModel public int PageNumber { get; set; } = 1; [BindProperty(SupportsGet = true)] public int PageSize { get; set; } = 25; - public IEnumerable
? Articles { get; set; } + public IEnumerable
Articles { get; set; } public int TotalPages { get; set; } public All(ApplicationDbContext context) -- cgit v1.2.3