Skip to content

Commit f7f81e0

Browse files
committed
only search with PW once the user presses enter
1 parent 9b2a83d commit f7f81e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/tools/SelectVmwareVcenter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<a-input-password
120120
v-model:value="password"
121121
:placeholder="apiParams.password.description"
122-
@change="onSelectExternalVmwareDatacenter"
122+
@pressEnter="onSelectExternalVmwareDatacenter"
123123
/>
124124
</a-form-item>
125125
</div>

0 commit comments

Comments
 (0)