Systemzeit übernehmen

This commit is contained in:
ISA
2024-11-04 15:14:51 +01:00
parent 93bc80a5e6
commit 228d8d7a1b

View File

@@ -351,8 +351,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={() => {
@@ -368,7 +368,6 @@ function SettingModal({ showModal, onClose }) {
Systemzeit übernehmen
</button>
</div>
*/}
</div>
</div>