Systemzeit wieder sichtbar in Einstellungen-Modal
This commit is contained in:
@@ -304,8 +304,8 @@ function SettingModal({ showModal, onClose }) {
|
|||||||
disabled
|
disabled
|
||||||
/>
|
/>
|
||||||
{/* Button für Systemzeit übernehmen */}
|
{/* Button für Systemzeit übernehmen */}
|
||||||
{/*
|
|
||||||
<div className="flex w-full mt-1 justify-end">
|
<div className="flex w-full mt-1 justify-end">
|
||||||
<button
|
<button
|
||||||
className="bg-littwin-blue text-white px-4 py-2 rounded"
|
className="bg-littwin-blue text-white px-4 py-2 rounded"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -321,7 +321,6 @@ function SettingModal({ showModal, onClose }) {
|
|||||||
Systemzeit übernehmen
|
Systemzeit übernehmen
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
*/}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user