fix(traefik): remove error toast on dashboard action failure

This commit is contained in:
Mauricio Siu
2025-09-07 14:03:10 -06:00
parent 3eaeaa1db4
commit 24729f35ec

View File

@@ -97,11 +97,7 @@ export const ShowTraefikActions = ({ serverId }: Props) => {
);
refetchDashboard();
})
.catch(() => {
toast.error(
`${haveTraefikDashboardPortEnabled ? "Disabled" : "Enabled"} Dashboard`,
);
});
.catch(() => {});
}}
className="w-full cursor-pointer space-x-3"
>