From 45b6d163f93a330bf710ec64673e2d9833777ba4 Mon Sep 17 00:00:00 2001 From: Bogdan Nechyporenko Date: Sun, 5 Jan 2025 12:36:31 +0100 Subject: [PATCH] wip Signed-off-by: Bogdan Nechyporenko --- .../src/next/components/Stepper/createAsyncValidators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-react/src/next/components/Stepper/createAsyncValidators.ts b/plugins/scaffolder-react/src/next/components/Stepper/createAsyncValidators.ts index b0ba844e54..b8ae3a6dfd 100644 --- a/plugins/scaffolder-react/src/next/components/Stepper/createAsyncValidators.ts +++ b/plugins/scaffolder-react/src/next/components/Stepper/createAsyncValidators.ts @@ -15,7 +15,7 @@ */ import { FieldValidation } from '@rjsf/utils'; -import { JsonObject, JsonValue } from '@backstage/types'; +import type { JsonObject, JsonValue } from '@backstage/types'; import { ApiHolder } from '@backstage/core-plugin-api'; import { Draft07 as JSONSchema,