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 a03f125 commit 62a43fbCopy full SHA for 62a43fb
src/Shared/Components/Plugin/service.tsx
@@ -118,6 +118,6 @@ export const getAvailablePluginTags = async (appId: number): Promise<string[]> =
118
}
119
120
export const getParentPluginList = async (
121
- params: Partial<GetParentPluginListPayloadType>,
+ params?: Partial<GetParentPluginListPayloadType>,
122
): Promise<ResponseType<MinParentPluginDTO[]>> =>
123
get<MinParentPluginDTO[]>(getUrlWithSearchParams(ROUTES.PLUGIN_LIST_MIN, params))
0 commit comments