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 1699960 commit f029768Copy full SHA for f029768
src/controls/fields/fieldPickerListData/FieldPickerListData.tsx
@@ -3,7 +3,7 @@ import { IFieldPickerListDataProps } from "./IFieldPickerListDataProps";
3
import { IFieldPickerListDataState } from "./IFieldPickerListDataState";
4
import { escape } from "@microsoft/sp-lodash-subset";
5
import { TagPicker } from "office-ui-fabric-react/lib/components/pickers/TagPicker/TagPicker";
6
-import SPservice from "../../../services/SPservice";
+import SPservice from "../../../services/SPService";
7
import { Label } from "office-ui-fabric-react/lib/Label";
8
9
0 commit comments