From c927f55fd6dbe9dbaf940624ec86b2c4026ee70f Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 16 Mar 2026 13:29:55 +0300 Subject: [PATCH] =?UTF-8?q?6.18.11:=20=D0=A4=D0=B8=D0=BA=D1=81=20=D1=81?= =?UTF-8?q?=D0=B1=D1=80=D0=BE=D1=81=D0=B0=20=D1=81=D0=BA=D1=80=D0=BE=D0=BB?= =?UTF-8?q?=D0=BB=D0=B0=20=D0=BD=D0=B0=20=D1=81=D1=82=D0=B0=D1=82=D0=B8?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/FullStatistics.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index cff5845..8c8f14c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.18.10 +6.18.11 diff --git a/play-life-web/package.json b/play-life-web/package.json index b13cce5..8aaf7f7 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.18.10", + "version": "6.18.11", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/FullStatistics.jsx b/play-life-web/src/components/FullStatistics.jsx index 698955b..a753740 100644 --- a/play-life-web/src/components/FullStatistics.jsx +++ b/play-life-web/src/components/FullStatistics.jsx @@ -200,7 +200,7 @@ function FullStatistics({ selectedProject, onClearSelection, data, loading, erro error={todayEntriesError} onRetry={() => fetchTodayEntries && fetchTodayEntries(false, selectedProject, selectedDate)} onDelete={() => { - fetchTodayEntries && fetchTodayEntries(false, selectedProject, selectedDate) + fetchTodayEntries && fetchTodayEntries(true, selectedProject, selectedDate) fetchCurrentWeekData && fetchCurrentWeekData(true) onRetry && onRetry(true) }}