Skip to content

Commit

Permalink
fix: remove update connection password invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
hippo-an committed Dec 4, 2024
1 parent 8119d8a commit 421162f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,13 @@ watch(
:invalid="!info.user"
/>
</p-field-group>
<p-field-group label="Password" invalid required>
<p-field-group label="Password">
<p-text-input
v-model="info.password"
placeholder="Password"
:invalid="!info.password"
/>
</p-field-group>
<p-field-group class="private-key" label="Private Key" invalid>
<p-field-group class="private-key" label="Private Key">
<p-text-input v-model="info.private_key" />
</p-field-group>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function handleConvertInfra(): (
<simple-edit-form
v-if="isSaveModal"
name=""
header-title="Save Source Modal"
header-title="Save Source Model"
name-label="Name"
name-placeholder="Source Service name"
@update:close-modal="isSaveModal = false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function handleConvertInfra(): (
<simple-edit-form
v-if="isSaveModal"
name=""
header-title="Save Source Modal"
header-title="Save Source Model"
name-label="Name"
name-placeholder="Source Service name"
@update:close-modal="isSaveModal = false"
Expand Down

0 comments on commit 421162f

Please sign in to comment.