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: {
|
||||
actions: [
|
||||
ConnectorConfigurationApiLogic,
|
||||
['apiSuccess'],
|
||||
['apiSuccess', 'makeRequest'],
|
||||
CachedFetchIndexApiLogic,
|
||||
['apiSuccess as fetchIndexApiSuccess'],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue