mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
Ajout zones en pavage + fix dockefiles
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import useAdmin from "@/hook/useAdmin";
|
||||
import TextInput from "../util/textInput";
|
||||
import { TextInput } from "../util/textInput";
|
||||
import { GreenButton } from "../util/button";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
export const PenaltySettings = () => {
|
||||
export default function PenaltySettings() {
|
||||
const {penaltySettings, changePenaltySettings} = useAdmin();
|
||||
const [maxPenalties, setMaxPenalties] = useState("");
|
||||
const [allowedTimeOutOfZone, setAllowedTimeOutOfZone] = useState("");
|
||||
@@ -46,4 +46,4 @@ export const PenaltySettings = () => {
|
||||
<GreenButton onClick={applySettings}>Apply</GreenButton>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user