Skip to content

Commit

Permalink
fix(install): when switch repoType ,set application to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Wu authored and tke-robot committed Sep 24, 2020
1 parent 78cffd6 commit 20d5e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/installer/src/modules/installer/components/Step5.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class Step5 extends React.Component<RootProps> {
{ text: 'TKE提供', value: 'tke' },
{ text: '第三方仓库', value: 'thirdParty' }
]}
onChange={value => actions.installer.updateEdit({ repoType: value })}
onChange={value => actions.installer.updateEdit({ repoType: value, application: false })}
/>
<div className="tea-form__help-text">
{editState.repoType === 'tke'
Expand Down

0 comments on commit 20d5e75

Please sign in to comment.