Skip to content

Commit ce85611

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: make sure filter by shortcut selects the correct operator (#41529)
GitOrigin-RevId: 72ec2634826991a03662be033fb90436b0015dfd
1 parent da0e738 commit ce85611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/features/data/components/Table/TableContextMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ function FilterWithSubmenu({
476476
addDraftFilter({
477477
id: Math.random().toString(),
478478
field: state.selectedCell?.column,
479-
op: "eq",
479+
op: operator,
480480
value:
481481
selectedValue === undefined
482482
? undefined

0 commit comments

Comments
 (0)