💄 La til knapper for redigering og lukk
Co-authored-by: Markus A. R. Johansen <markus.aleksander.rakil.johansen@nav.no>
This commit is contained in:
parent
a9c267e309
commit
02178d187f
2 changed files with 22 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ const FeilModal = (props: modalInterface) => {
|
|||
aria-label={" modal"}
|
||||
onClose={() => props.setOpen(false)}
|
||||
aria-labelledby="modal-heading"
|
||||
closeButton={false}
|
||||
>
|
||||
<Modal.Content>
|
||||
{props.children}
|
||||
|
|
|
|||
Reference in a new issue