diff --git a/src/Common/TableEntity.tsx b/src/Common/TableEntity.tsx index 5ad166ca3..54c27adf5 100644 --- a/src/Common/TableEntity.tsx +++ b/src/Common/TableEntity.tsx @@ -7,7 +7,7 @@ import { IStackTokens, Stack, TextField, - TooltipHost + TooltipHost, } from "@fluentui/react"; import React, { FunctionComponent } from "react"; import DeleteIcon from "../../images/delete.svg"; diff --git a/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx b/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx index ed18ac502..b4bdfee74 100644 --- a/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx +++ b/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx @@ -31,7 +31,7 @@ import { getDefaultEntities, getEntityValuePlaceholder, imageProps, - options + options, } from "./Validators/EntityTableHelper"; interface AddTableEntityPanelProps {