fix: update fetchDigitalOutputsService.ts to use /api/cpl/digitalOutputsAPIHandler in development
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client";
|
||||
"use client"; // /compoenents/main/einausgaenge/modals/OutputModal.tsx
|
||||
import React from "react";
|
||||
|
||||
export default function OutputModal({
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user