✨ Feilmeldingene på siden lastes inn på nytt til frontenden etter oppdatering
This commit is contained in:
parent
acfaf00c21
commit
39457d769d
4 changed files with 15 additions and 4 deletions
|
|
@ -16,6 +16,7 @@ import FeilmeldingsInnhold from "./FeilmeldingsInnhold";
|
|||
*/
|
||||
interface IFeilKort extends IFeilmelding {
|
||||
key: number
|
||||
reset: () => void
|
||||
}
|
||||
|
||||
const FeilKort = (props: IFeilKort) => {
|
||||
|
|
@ -56,6 +57,7 @@ const FeilKort = (props: IFeilKort) => {
|
|||
arbeidsstatus={props.arbeidsstatus}
|
||||
setRedigeringsmodus={setRedigeringsmodus}
|
||||
setVisModal={setVisModal}
|
||||
reset={props.reset}
|
||||
/>
|
||||
:
|
||||
<FeilmeldingsInnhold
|
||||
|
|
|
|||
Reference in a new issue