🚧 Påbegynt oppdater feilmeldinger

This commit is contained in:
Amalie Mansåker 2023-08-01 14:11:52 +02:00 committed by Sindre Kjelsrud
parent 2c1951e60b
commit 719a9b39ef
7 changed files with 34 additions and 11 deletions

View file

@ -12,6 +12,7 @@ export default function Feil() {
const [tittel, setTittel] = useState("");
const [beskrivelse, setBeskrivelse] = useState("");
const [status, setStatus] = useState(0)
//const [haster, setHaster] = useState(false)
const handleSubmit = () => {