Skip to content

Commit ea3b164

Browse files
Pass isVisualEditorMonitor flag to downstream for verification (#1139) (#1141)
(cherry picked from commit d66c7de) Signed-off-by: Songkan Tang <songkant@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02e0ac5 commit ea3b164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/pages/Dashboard/utils/tableUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ export const alertColumns = (
283283
dsl: dsl,
284284
index: index,
285285
topNLogPatternData: topNLogPatternData,
286+
isVisualEditorMonitor: isVisualEditorMonitor,
286287
},
287288
dataSourceId: dataSourceQuery?.query?.dataSourceId,
288289
};

0 commit comments

Comments
 (0)