🚧 Påbegynt oppdater feilmeldinger
This commit is contained in:
parent
676986f105
commit
80c0d1c15f
7 changed files with 34 additions and 11 deletions
|
@ -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 = () => {
|
||||
|
||||
|
|
Reference in a new issue