Skip to content

Commit 76a551d

Browse files
committed
Fixed ISPService reference error in IListPicker
1 parent bf1f084 commit 76a551d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/listPicker/IListPicker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import IWebPartContext from "@microsoft/sp-webpart-base/lib/core/IWebPartContext";
22
import { IDropdownOption } from "office-ui-fabric-react/lib/Dropdown";
33

4-
import { LibsOrderBy } from "../../../lib/services/ISPService";
4+
import { LibsOrderBy } from "../../services/ISPService";
55

66
export interface IListPickerProps {
77
/**

0 commit comments

Comments
 (0)