Skip to content

Commit

Permalink
fix dataModelBindings.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lassopicasso committed Nov 26, 2024
1 parent 5072f83 commit 6d8b82b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { layoutSet1NameMock } from '@altinn/ux-editor/testing/layoutSetsMock';
import { app, org } from '@studio/testing/testids';
import type { DataModelMetadataResponse } from 'app-shared/types/api';

const defaultModel = 'testModel';
const defaultModel = 'testModelField';

const defaultDataModel = 'testModel';
const secondDataModel = 'secondDataModel';
Expand Down

0 comments on commit 6d8b82b

Please sign in to comment.