[Enterprise Search] Fix bug updating connector configuration (#149810)

## Summary

This fixes a bug registering a connector configuration, caused by having
removed the connection between the configuration Redux logic and the API
Redux logic.
This commit is contained in:
Sander Philipse 2023-01-30 14:05:53 +01:00 committed by GitHub
parent c0891f7392
commit 00dd82366a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ export const ConnectorConfigurationLogic = kea<
connect: { connect: {
actions: [ actions: [
ConnectorConfigurationApiLogic, ConnectorConfigurationApiLogic,
['apiSuccess'], ['apiSuccess', 'makeRequest'],
CachedFetchIndexApiLogic, CachedFetchIndexApiLogic,
['apiSuccess as fetchIndexApiSuccess'], ['apiSuccess as fetchIndexApiSuccess'],
], ],