diff --git a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChartActionBar.tsx b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChartActionBar.tsx
index 64ba7db..c6bb189 100644
--- a/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChartActionBar.tsx
+++ b/components/main/kabelueberwachung/kue705FO/Charts/TDRChart/TDRChartActionBar.tsx
@@ -122,7 +122,15 @@ const TDRChartActionBar: React.FC = () => {
{idsForSlot.map((entry) => (
))}
diff --git a/config/webVersion.ts b/config/webVersion.ts
index 5b2160b..9534980 100644
--- a/config/webVersion.ts
+++ b/config/webVersion.ts
@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
-const webVersion = "1.6.193";
+const webVersion = "1.6.194";
export default webVersion;