[v10.0.x] Canvas: Fix field not found (#68503)
Canvas: Fix field not found (#68415)
(cherry picked from commit 92d865ccce)
Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com>
This commit is contained in:
co-authored by
Adela Almasan
parent
9d162ef3f6
commit
dd27c4e854
@@ -31,7 +31,10 @@ export function frameHasName(name: string | undefined, names: FrameFieldsDisplay
|
||||
/**
|
||||
* Returns the distinct names in a set of frames
|
||||
*/
|
||||
function getFrameFieldsDisplayNames(data: DataFrame[], filter?: (field: Field) => boolean): FrameFieldsDisplayNames {
|
||||
export function getFrameFieldsDisplayNames(
|
||||
data: DataFrame[],
|
||||
filter?: (field: Field) => boolean
|
||||
): FrameFieldsDisplayNames {
|
||||
const names: FrameFieldsDisplayNames = {
|
||||
display: new Set<string>(),
|
||||
raw: new Set<string>(),
|
||||
|
||||
Reference in New Issue
Block a user