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 02cb5b8 commit fcf863aCopy full SHA for fcf863a
src/controls/filePicker/controls/FileBrowser/IFileBrowserState.ts
@@ -4,9 +4,9 @@ import { IColumn } from 'office-ui-fabric-react/lib/DetailsList';
4
import { IFilePickerResult } from "../../FilePicker.types";
5
6
export enum LoadingState {
7
- idle = 1,
8
- loading = 2,
9
- loadingNextPage
+ idle = 'idle',
+ loading = 'loading',
+ loadingNextPage = 'loadingNextPage'
10
}
11
12
export interface IFileBrowserState {
0 commit comments