mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Fix the notification dropdown not updating without page refresh
This commit is contained in:
@@ -45,7 +45,7 @@ namespace BTCPayServer.Controllers
|
||||
[HttpGet]
|
||||
public IActionResult GetNotificationDropdownUI()
|
||||
{
|
||||
return ViewComponent("NotificationsDropdown");
|
||||
return ViewComponent("Notifications", new { appearance = "Dropdown" });
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
|
||||
Reference in New Issue
Block a user