feat: Schließen Button in Kabelüberwachung Modal Einstellungen eingefügt
This commit is contained in:
@@ -224,6 +224,12 @@ export default function KueEinstellung({
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
{isAdminLoggedIn && (
|
||||
<button
|
||||
onClick={() => firmwareUpdate(slot)}
|
||||
|
||||
Reference in New Issue
Block a user