Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Aug 16, 2024
1 parent 932d576 commit 463d9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/mappers/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import {
isVisible,
Resolve,
resolveSchema,
decode
decode,
} from '../util';
import {
Translator,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/test/mappers/renderer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@ test('mapStateToControlProps - required is calculated correctly from encoded JSO
visible: true,
uischema,
path: 'foo',
schema
schema,
};
const state = {
jsonforms: {
Expand Down

0 comments on commit 463d9ff

Please sign in to comment.