Remove Dialog Adapter (#446)

This commit is contained in:
Steve Faulkner
2021-02-24 18:41:28 -06:00
committed by GitHub
parent 2d2d8b6efe
commit 6c90ef2e62
9 changed files with 48 additions and 106 deletions

View File

@@ -8,7 +8,7 @@ import {
} from "../Explorer/Controls/NotebookGallery/GalleryViewerComponent";
import Explorer from "../Explorer/Explorer";
import { IChoiceGroupOption, IChoiceGroupProps, IProgressIndicatorProps } from "office-ui-fabric-react";
import { TextFieldProps } from "../Explorer/Controls/DialogReactComponent/DialogComponent";
import { TextFieldProps } from "../Explorer/Controls/Dialog";
import { getErrorMessage, getErrorStack, handleError } from "../Common/ErrorHandlingUtils";
import { HttpStatusCodes } from "../Common/Constants";
import { trace, traceFailure, traceStart, traceSuccess } from "../Shared/Telemetry/TelemetryProcessor";