diff --git a/components/main/kabelueberwachung/kue705FO/modals/TdrEinstellung.tsx b/components/main/kabelueberwachung/kue705FO/modals/TdrEinstellung.tsx index aab9f2a..22e8e7c 100644 --- a/components/main/kabelueberwachung/kue705FO/modals/TdrEinstellung.tsx +++ b/components/main/kabelueberwachung/kue705FO/modals/TdrEinstellung.tsx @@ -188,7 +188,7 @@ export default function TdrEinstellung({ slot, onClose }: Props) {
- +
- +
- + - Einstellungen senden + Speichern
diff --git a/config/webVersion.ts b/config/webVersion.ts index e4c4f5d..47f13f9 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.368"; +const webVersion = "1.6.369"; export default webVersion;