fix: update fetchDigitalOutputsService.ts to use /api/cpl/digitalOutputsAPIHandler in development

This commit is contained in:
Ismail Ali
2025-04-26 19:48:57 +02:00
parent eae2cbd682
commit fc66346663
6 changed files with 8 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
"use client";
"use client"; // /components/main/einausgaenge/DigitalOutputs.tsx
import React from "react";
import { Icon } from "@iconify/react";
import { useSelector } from "react-redux";

View File

@@ -1,4 +1,4 @@
"use client";
"use client"; // /compoenents/main/einausgaenge/modals/OutputModal.tsx
import React from "react";
export default function OutputModal({

View File

@@ -117,7 +117,7 @@ export default function TdrEinstellung({ slot }: Props) {
<div className="pt-4 flex justify-end">
<button
onClick={handleSave}
className="bg-blue-600 text-white px-4 py-2 rounded shadow hover:bg-blue-700"
className="bg-littwin-blue text-white px-4 py-2 rounded shadow hover:bg-blue-700"
>
💾 Einstellungen senden
</button>