Skip to content

Commit

Permalink
update tenant new form (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
TianWuwt authored Dec 19, 2024
1 parent ef0a27d commit 26e8db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/Tenant/New/BasicInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default function BasicInfo({
<Col span={8}>
<Form.Item
label={'优化场景'}
name={'loadType'}
name={'scenario'}
initialValue="HTAP"
rules={[
{
Expand All @@ -206,7 +206,7 @@ export default function BasicInfo({
</Col>

<Col span={8}>
<Form.Item name={['deleteVal']} label={<></>}>
<Form.Item name={['deletionProtection']} label={<></>}>
<Space>
删除保护
<Checkbox defaultChecked={true} />
Expand Down

0 comments on commit 26e8db6

Please sign in to comment.