Skip to content

Commit cf256bf

Browse files
authored
[Streams] Fix Processing, field name autocomplete not working on new fields (elastic#246934)
Closes elastic#246680 ## Summary Fixes the loss of the previously created fields on the simulation by removing the reset and keeping the last stable simulation
1 parent 5a886c8 commit cf256bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_enrichment/state_management/interactive_mode_machine

x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_enrichment/state_management/interactive_mode_machine/interactive_mode_machine.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ export const interactiveModeMachine = setup({
220220
sendStepsToSimulator: enqueueActions(({ context }) => {
221221
// Check parent for any errors (schema or validation) - don't simulate if there are errors
222222
if (hasErrorsInParentSnapshot(context.parentRef.getSnapshot())) {
223-
context.parentRef.send({ type: 'simulation.reset' });
224223
return;
225224
}
226225

0 commit comments

Comments
 (0)