mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-17 04:12:17 +03:00
fix(dashboard): refresh the providers list after deleting a compatible provider node (#12298)
This commit is contained in:
@@ -110,6 +110,7 @@ export default function CompatibleNodeCard({
|
||||
});
|
||||
if (res.ok) {
|
||||
router.push("/dashboard/providers");
|
||||
router.refresh();
|
||||
}
|
||||
} catch (error) {
|
||||
console.error("Error deleting provider node:", error);
|
||||
|
||||
Reference in New Issue
Block a user