PanelQueryRunner: Use rxjs merge, not lodash merge (#96881)

This commit is contained in:
Leon Sorokin 2024-11-25 09:24:58 -06:00 committed by GitHub
parent 1a453828d9
commit a8b6c81d12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
import { cloneDeep, merge, isEqual } from 'lodash'; import { cloneDeep, isEqual } from 'lodash';
import { Observable, of, ReplaySubject, Unsubscribable } from 'rxjs'; import { Observable, of, ReplaySubject, Unsubscribable, merge } from 'rxjs';
import { map, mergeMap, catchError } from 'rxjs/operators'; import { map, mergeMap, catchError } from 'rxjs/operators';
import { import {