Systemzeit wieder sichtbar in Einstellungen-Modal

This commit is contained in:
ISA
2024-10-21 08:03:23 +02:00
parent 55aa516796
commit 8135b677c4

View File

@@ -304,8 +304,8 @@ function SettingModal({ showModal, onClose }) {
disabled
/>
{/* Button für Systemzeit übernehmen */}
{/*
<div className="flex w-full mt-1 justify-end">
<div className="flex w-full mt-1 justify-end">
<button
className="bg-littwin-blue text-white px-4 py-2 rounded"
onClick={() => {
@@ -321,7 +321,6 @@ function SettingModal({ showModal, onClose }) {
Systemzeit übernehmen
</button>
</div>
*/}
</div>
</div>