format fixes

This commit is contained in:
Sampath 2022-12-20 02:00:52 +05:30
parent 6d19aaab43
commit 445427ecec
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import {
IStackTokens,
Stack,
TextField,
TooltipHost
TooltipHost,
} from "@fluentui/react";
import React, { FunctionComponent } from "react";
import DeleteIcon from "../../images/delete.svg";

View File

@ -31,7 +31,7 @@ import {
getDefaultEntities,
getEntityValuePlaceholder,
imageProps,
options
options,
} from "./Validators/EntityTableHelper";
interface AddTableEntityPanelProps {