Skip to content

Commit d15d432

Browse files
committed
fix: Deleting unused variables
1 parent cb7e2b7 commit d15d432

File tree

1 file changed

+0
-10
lines changed
  • frontend/src/views/system/embedded

1 file changed

+0
-10
lines changed

frontend/src/views/system/embedded/Page.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -557,16 +557,6 @@ const copyCode = (row: any, key: any = 'app_secret') => {
557557
clearable
558558
/>
559559
</el-form-item>
560-
<el-form-item prop="email" :label="$t('embedded.password_length')">
561-
<el-input
562-
v-model="pageForm.email"
563-
:placeholder="
564-
$t('datasource.please_enter') + $t('common.empty') + $t('embedded.password_length')
565-
"
566-
autocomplete="off"
567-
clearable
568-
/>
569-
</el-form-item>
570560
</el-form>
571561
<template #footer>
572562
<div class="dialog-footer">

0 commit comments

Comments
 (0)