Fix export FieldMessage

This commit is contained in:
Viktor Egorov
2025-02-25 17:30:44 +01:00
parent 0eab2e1ec4
commit 99f6422577
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ import { createAttributesForTesting } from "../devBuild";
import useAutofocus from "./useAutofocus";
import { createFormFieldWrapper, FieldProps, FieldType, isLegacy, isUsingRef } from "./FormFieldTypes";
import { createA11yId } from "../createA11yId";
import FieldMessage from "@scm-manager/ui-core/src/base/forms/base/field-message/FieldMessage";
import { FieldMessage } from "@scm-manager/ui-core";
type BaseProps = {
label?: string;