onCancel: () => void; disableCancelLoading?: boolean; Member jgowdyelastic Nov 8, 2024 rather than passing in an additional prop to disable this, onCancel could be made optional and the button only enabled if onCancel is defined. ...s/log_categorization/log_categorization_for_embeddable...
Kibana version: 5.0.0-alpha3 OS version: Mac OS X Original install method (e.g. download page, yum, from source, etc.): manual installation Description of the problem including expected versus actual behavior: I'm restarting my elastic s...
<LoadingCategorization onCancel={cancelRequest} disableCancelLoading={isCasesEmbeddable} /> Contributor Author rbrtj Nov 4, 2024 Disabled cancel loading in cases because it is not possible to refresh the embeddable. Therefore, after canceling, the embeddable would get stuck without results. rbrtj...