This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ export default function DeployForm(props: DeployFormProps): JSX.Element {
221
221
options = { props . branches . map ( branch => mapBranchToOption ( branch ) ) }
222
222
onSelectOption = { onSelectBranch }
223
223
onClickAddItem = { props . onClickAddBranch }
224
+ showSearch
224
225
placeholder = "Select branch"
225
226
style = { styleWidthForCheck } />
226
227
</ Form . Item >
@@ -240,6 +241,7 @@ export default function DeployForm(props: DeployFormProps): JSX.Element {
240
241
options = { props . commits . map ( commit => mapCommitToOption ( commit ) ) }
241
242
onSelectOption = { onSelectCommit }
242
243
onClickAddItem = { props . onClickAddCommit }
244
+ showSearch
243
245
placeholder = "Select commit"
244
246
style = { styleWidthForCheck } />
245
247
</ Form . Item >
@@ -259,6 +261,7 @@ export default function DeployForm(props: DeployFormProps): JSX.Element {
259
261
options = { props . tags . map ( tag => mapTagToOption ( tag ) ) }
260
262
onSelectOption = { onSelectTag }
261
263
onClickAddItem = { props . onClickAddTag }
264
+ showSearch
262
265
placeholder = "Select commit"
263
266
style = { styleWidthForCheck } />
264
267
</ Form . Item >
You can’t perform that action at this time.
0 commit comments