Skip to content

Commit

Permalink
fix: added the selection list reset in unmodeled section after clicki…
Browse files Browse the repository at this point in the history
…ng add #2659
  • Loading branch information
chandrashekhara.n authored and chejimmy committed Mar 21, 2024
1 parent 91cd12f commit 7288bc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export function UnmodeledDataStreamTable({
onClickAdd(
collectionProps.selectedItems as unknown as UnmodeledDataStream[]
);
actions.setSelectedItems([]);
metricsRecorder?.record({
metricName: 'UnmodeledDataStreamAdd',
metricValue: 1,
Expand Down

0 comments on commit 7288bc7

Please sign in to comment.