Skip to content

Commit af7a353

Browse files
fix types errors in orchestrator plugin (#2976)
1 parent 95a4c1f commit af7a353

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch
3+
---
4+
5+
Fix type errors in orchestrator form widgets

workspaces/orchestrator/plugins/orchestrator-form-widgets/src/utils/safeSet.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import { ERRORS_KEY } from '@rjsf/utils';
1818

1919
import { safeSet } from './safeSet';
20-
import { JsonObject } from '@backstage/types/index';
20+
import { JsonObject } from '@backstage/types';
2121

2222
describe('safeSet', () => {
2323
it('splits only on the first dot so deep paths (e.g. step.x.y) are not truncated', () => {

0 commit comments

Comments
 (0)