mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[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:
parent
c0891f7392
commit
00dd82366a
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue