feat: Schließen Button in Kabelüberwachung Modal Einstellungen eingefügt

This commit is contained in:
ISA
2025-05-07 09:47:57 +02:00
parent 63381a1e55
commit e811cf24d5
5 changed files with 26 additions and 6 deletions

View File

@@ -240,6 +240,12 @@ export default function TdrEinstellung({ slot, onClose }: Props) {
</div>
<div className="mt-36">
<div className="flex justify-end gap-2 p-3 rounded ">
<button
onClick={onClose}
className="bg-littwin-blue text-white px-4 py-2 rounded flex items-center"
>
Schließen
</button>
<button
onClick={handleSave}
className="bg-littwin-blue text-white px-4 py-2 rounded flex items-center"