Skip to content

Commit b275c5b

Browse files
committed
fix: add require-asterisk-position attribute to form in SettingAPIKeyDrawer.vue
1 parent 015cdd1 commit b275c5b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ui/src/views/application-overview/component/SettingAPIKeyDrawer.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
:append-to-body="true"
88
size="60%"
99
>
10-
<el-form label-position="top" ref="settingFormRef" :model="form">
10+
<el-form label-position="top" ref="settingFormRef" :model="form"
11+
require-asterisk-position="right">
1112
<el-form-item label="API KEY">
1213
<div class="complex-input flex align-center w-full"
1314
style="background-color: var(--el-disabled-bg-color);">

0 commit comments

Comments
 (0)