KueModal bis Isolationsgrenwert gemacht

This commit is contained in:
ISA
2024-10-16 22:42:45 +02:00
parent 69a944f536
commit 93412f6c55
2 changed files with 65 additions and 7 deletions

View File

@@ -133,7 +133,11 @@ function Kue705FO({
</button>
</div>
{/* Modal */}
<KueModal showModal={showModal} onClose={handleCloseModal}>
<KueModal
showModal={showModal}
onClose={handleCloseModal}
slot={slotIndex}
>
<h2>Modul Einstellungen</h2>
<p>Hier kannst du Einstellungen für {modulName} vornehmen.</p>
</KueModal>