We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec5120 commit bfdc08dCopy full SHA for bfdc08d
src/components/SearchTracePage/TraceSearchForm.js
@@ -285,8 +285,8 @@ const mapDispatchToProps = dispatch => {
285
minDuration,
286
maxDuration,
287
lookback,
288
- traceIDs,
289
} = fields;
+ // Note: traceID is ignored when the form is submitted
290
291
store.set('lastSearch', { service, operation });
292
@@ -317,7 +317,6 @@ const mapDispatchToProps = dispatch => {
317
tag: tagsToQuery(tags) || undefined,
318
minDuration: minDuration || null,
319
maxDuration: maxDuration || null,
320
- traceID: traceIDsToQuery(traceIDs) || undefined,
321
});
322
},
323
};
0 commit comments