diff --git a/workspaces/orchestrator/.changeset/warm-coins-speak.md b/workspaces/orchestrator/.changeset/warm-coins-speak.md new file mode 100644 index 0000000000..945b2979a7 --- /dev/null +++ b/workspaces/orchestrator/.changeset/warm-coins-speak.md @@ -0,0 +1,5 @@ +--- +'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch +--- + +Fix type errors in orchestrator form widgets diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/src/utils/safeSet.test.ts b/workspaces/orchestrator/plugins/orchestrator-form-widgets/src/utils/safeSet.test.ts index 739aa7ecc7..3bcaffe049 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/src/utils/safeSet.test.ts +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/src/utils/safeSet.test.ts @@ -17,7 +17,7 @@ import { ERRORS_KEY } from '@rjsf/utils'; import { safeSet } from './safeSet'; -import { JsonObject } from '@backstage/types/index'; +import { JsonObject } from '@backstage/types'; describe('safeSet', () => { it('splits only on the first dot so deep paths (e.g. step.x.y) are not truncated', () => {