Fix the notification dropdown not updating without page refresh

This commit is contained in:
nicolas.dorier
2022-01-23 15:49:30 +09:00
parent 7505c65401
commit 692b57a1ad

View File

@@ -45,7 +45,7 @@ namespace BTCPayServer.Controllers
[HttpGet]
public IActionResult GetNotificationDropdownUI()
{
return ViewComponent("NotificationsDropdown");
return ViewComponent("Notifications", new { appearance = "Dropdown" });
}
[HttpGet]