File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/compass-aggregations/src/modules Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { ActionTypes as ConfirmNewPipelineActions } from './is-new-pipeline-conf
33import { StageEditorActionTypes } from './pipeline-builder/stage-editor' ;
44import { EditorActionTypes } from './pipeline-builder/text-editor-pipeline' ;
55import { SAVED_PIPELINE_ADD } from './saved-pipeline' ;
6+ import { AIPipelineActionTypes } from './pipeline-builder/pipeline-ai' ;
67
78/**
89 * Reducer function for handle state changes to isModified.
@@ -22,6 +23,8 @@ export default function reducer(state = false, action) {
2223 StageEditorActionTypes . StageRemoved ,
2324 StageEditorActionTypes . StageValueChange ,
2425 EditorActionTypes . EditorValueChange ,
26+ AIPipelineActionTypes . PipelineGeneratedFromQuery ,
27+ AIPipelineActionTypes . LoadGeneratedPipeline ,
2528 ] . includes ( action . type )
2629 ) {
2730 return true ;
You can’t perform that action at this time.
0 commit comments