Skip to content

Commit 62a43fb

Browse files
committed
fix: optional arg for getParentPluginList
1 parent a03f125 commit 62a43fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/Plugin/service.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ export const getAvailablePluginTags = async (appId: number): Promise<string[]> =
118118
}
119119

120120
export const getParentPluginList = async (
121-
params: Partial<GetParentPluginListPayloadType>,
121+
params?: Partial<GetParentPluginListPayloadType>,
122122
): Promise<ResponseType<MinParentPluginDTO[]>> =>
123123
get<MinParentPluginDTO[]>(getUrlWithSearchParams(ROUTES.PLUGIN_LIST_MIN, params))

0 commit comments

Comments
 (0)