Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jun 20, 2024
1 parent 3bb84dc commit 6e89ebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/canyon-platform/src/pages/index/projects/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ const App: React.FC = () => {
name='control-hooks'
onFinish={onFinish}
style={{ maxWidth: 600 }}
initialValues={{
slug: 'auto',
}}
>
<Form.Item name='provider' label={t('new.provider')} rules={[{ required: true }]}>
<Select
Expand Down

0 comments on commit 6e89ebe

Please sign in to comment.