fix(dashboard): refresh the providers list after deleting a compatible provider node (#12298)

This commit is contained in:
diegosouzapw
2026-09-10 14:55:38 -03:00
parent fd27ff08c7
commit 0da1d4277f
3 changed files with 137 additions and 0 deletions

View File

@@ -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);