fix(ui): turn autocomplete off for git deployment [EE-6761] (#11241)

pull/11247/head
Prabhat Khera 9 months ago committed by GitHub
parent 1bbe98379a
commit 158b43194c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,7 +12,7 @@
<uib-tabset active="ctrl.state.activeTab" justified="true" type="pills">
<uib-tab index="0">
<uib-tab-heading> <pr-icon icon="'code'"></pr-icon> Deploy </uib-tab-heading>
<form class="form-horizontal mt-6" name="ctrl.deploymentForm">
<form class="form-horizontal mt-6" name="ctrl.deploymentForm" autocomplete="off">
<div class="col-sm-12 form-section-title"> Deploy from </div>
<box-selector
slim="true"

Loading…
Cancel
Save