Skip to content

Commit 7be70aa

Browse files
committed
Commit FieldPickerListData
1 parent e9c8692 commit 7be70aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ISPService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface ISPService {
1818
* @param options Options used to order and filter during the API query
1919
*/
2020
getLibs(options?: ILibsOptions): Promise<ISPLists>;
21-
getListItems(
21+
getListItems?(
2222
filterText: string,
2323
listId: string,
2424
internalColumnName: string,

0 commit comments

Comments
 (0)