Skip to content

Commit

Permalink
fix: #7990 #8022 dev portal fixes (#8031)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay authored Oct 31, 2022
1 parent faa1a74 commit 6bb9fe9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ export const WebhooksProvider: FC = ({ children }) => {
const [installations] = useReapitGet<TopicModelPagedResult>({
reapitConnectBrowserSession,
action: getActions(window.reapit.config.appEnv)[GetActionNames.getInstallations],
queryParams: { pageSize: 999, isInstalled: true, developerId },
fetchWhenTrue: [developerId],
queryParams: { pageSize: 999, isInstalled: true, developerId, appId: applicationId },
fetchWhenTrue: [developerId, applicationId],
})

const [appDetail] = useReapitGet<AppDetailModel>({
Expand Down

0 comments on commit 6bb9fe9

Please sign in to comment.