There was an error while loading. Please reload this page.
1 parent 237211a commit 4a602f8Copy full SHA for 4a602f8
packages/fluent-ui/src/DescriptionField/DescriptionField.tsx
@@ -2,7 +2,7 @@ import React from "react";
2
3
import { FieldProps } from "@rjsf/core";
4
5
-import { Text } from "office-ui-fabric-react/lib/Text";
+import { Text } from "@fluentui/react";
6
7
const DescriptionField = ({ description }: FieldProps) => {
8
if (description) {
0 commit comments