Skip to content

Commit 1ce295f

Browse files
committed
fix: Ensure autoFocus is enabled for variable selection in ConditionDataTable
1 parent 6131c79 commit 1ce295f

File tree

1 file changed

+1
-0
lines changed
  • src/components/CIPipelineN/ConditionDataTable

1 file changed

+1
-0
lines changed

src/components/CIPipelineN/ConditionDataTable/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export const getConditionDataTableRows = ({
7777
options: getConditionDataTableVariableOptions(ioVariables),
7878
placeholder: 'Select variable',
7979
isSearchable: false,
80+
autoFocus: true,
8081
},
8182
value: conditionOnVariable,
8283
},

0 commit comments

Comments
 (0)