fix: digital Input Modal show values
This commit is contained in:
@@ -49,6 +49,7 @@ export default function handler(req: NextApiRequest, res: NextApiResponse) {
|
||||
win_de_offline: extractArray("win_de_offline").map(Number),
|
||||
win_de_label: extractArray("win_de_label"),
|
||||
};
|
||||
console.log("📡 JSMOCK-Daten geladen:", data);
|
||||
|
||||
return res.status(200).json(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user