Skip to content

Commit 9be734d

Browse files
committed
[ML] Update useTimeSeriesExplorerHref
1 parent 937ef9d commit 9be734d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/apm/public/components/shared/Links/MachineLearningLinks/useTimeSeriesExplorerHref.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function useTimeSeriesExplorerHref({
4848
'transaction.type': transactionType,
4949
},
5050
}
51-
: null),
51+
: {}),
5252
},
5353
});
5454
if (!isCancelled) {

0 commit comments

Comments
 (0)