Skip to content

Commit

Permalink
Fixing DynamicForm Icon import (OUIFR => FluentUI)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmaillot committed Nov 27, 2023
1 parent b529622 commit f0f11aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/dynamicForm/DynamicForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
import { IDropdownOption } from "@fluentui/react/lib/components/Dropdown";
import { ProgressIndicator } from "@fluentui/react/lib/ProgressIndicator";
import { IStackTokens, Stack } from "@fluentui/react/lib/Stack";
import { Icon } from "@fluentui/react/lib/components/Icon/Icon";
import * as React from "react";
import { IUploadImageResult } from "../../common/SPEntities";
import SPservice from "../../services/SPService";
Expand All @@ -27,7 +28,6 @@ import {
DialogFooter,
DialogType,
} from "@fluentui/react/lib/Dialog";
import { Icon } from 'office-ui-fabric-react';

import "@pnp/sp/lists";
import "@pnp/sp/content-types";
Expand Down

0 comments on commit f0f11aa

Please sign in to comment.