mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Remove incorrect error toast on successful poll (#96159)
This commit is contained in:
parent
a0828c6797
commit
c97c51876e
1 changed files with 0 additions and 4 deletions
|
@ -117,10 +117,6 @@ export const ApiLogsLogic = kea<MakeLogicType<ApiLogsValues, ApiLogsActions>>({
|
|||
// while polls are stored in-state until the user manually triggers the 'Refresh' action
|
||||
if (isPoll) {
|
||||
actions.onPollInterval(response);
|
||||
flashErrorToast(POLLING_ERROR_TITLE, {
|
||||
text: POLLING_ERROR_TEXT,
|
||||
toastLifeTimeMs: POLLING_DURATION * 0.75,
|
||||
});
|
||||
} else {
|
||||
actions.updateView(response);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue