We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b529622 commit f0f11aaCopy full SHA for f0f11aa
src/controls/dynamicForm/DynamicForm.tsx
@@ -9,6 +9,7 @@ import {
9
import { IDropdownOption } from "@fluentui/react/lib/components/Dropdown";
10
import { ProgressIndicator } from "@fluentui/react/lib/ProgressIndicator";
11
import { IStackTokens, Stack } from "@fluentui/react/lib/Stack";
12
+import { Icon } from "@fluentui/react/lib/components/Icon/Icon";
13
import * as React from "react";
14
import { IUploadImageResult } from "../../common/SPEntities";
15
import SPservice from "../../services/SPService";
@@ -27,7 +28,6 @@ import {
27
28
DialogFooter,
29
DialogType,
30
} from "@fluentui/react/lib/Dialog";
-import { Icon } from 'office-ui-fabric-react';
31
32
import "@pnp/sp/lists";
33
import "@pnp/sp/content-types";
0 commit comments