Skip to content

Commit

Permalink
fikser sirkulære deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvardastark committed Nov 27, 2023
1 parent 009bfc2 commit 96b8d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { StrukturerDokumentFormFieldName as FieldName } from '../../../types/Str
import { findLinkByRel } from '../../../util/linkUtils';
import ContainerContext from '../../context/ContainerContext';
import { required } from '../../form/validators';
import { ikkeDuplikatValue } from '../strukturer-dokument-form/StrukturerDokumentForm';

export const ikkeDuplikatValue = 'ikkeDuplikat';

interface DuplikatRadiobuttonsProps {
dokument: Dokument;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import DokumentKnapp from '../dokument-knapp/DokumentKnapp';
import DuplikatRadiobuttons from '../duplikat-radiobuttons/DuplikatRadiobuttons';
import StrukturerDokumentFormProps from '../../../types/StrukturerDokumentFormProps';

export const ikkeDuplikatValue = 'ikkeDuplikat';

const StrukturerDokumentForm = ({
dokument,
onSubmit,
Expand Down

0 comments on commit 96b8d42

Please sign in to comment.