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