We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a4c1f commit af7a353Copy full SHA for af7a353
2 files changed
workspaces/orchestrator/.changeset/warm-coins-speak.md
@@ -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
@@ -17,7 +17,7 @@
17
import { ERRORS_KEY } from '@rjsf/utils';
18
19
import { safeSet } from './safeSet';
20
-import { JsonObject } from '@backstage/types/index';
+import { JsonObject } from '@backstage/types';
21
22
describe('safeSet', () => {
23
it('splits only on the first dot so deep paths (e.g. step.x.y) are not truncated', () => {
0 commit comments