diff --git a/dashboard/src/routes/index.tsx b/dashboard/src/routes/index.tsx index 250bf866..bccf4e2b 100644 --- a/dashboard/src/routes/index.tsx +++ b/dashboard/src/routes/index.tsx @@ -139,9 +139,7 @@ function OverviewPage() { refetchStatus(), refetchQuality(), ]); - toast.success(t("dashboard.refresh"), { - description: t("common.noData"), - }); + toast.success(t("dashboard.refresh")); } catch (error) { toast.error(t("common.error"), { description: t("common.tryAgain"),