Skip to content

Commit

Permalink
revert: recovery kubeconfig type when create credential (#4245)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean authored Nov 3, 2023
1 parent 4de885a commit d11c939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Modals/CredentialCreate/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ export default class CredentialModal extends React.Component {
label: t('CREDENTIAL_TYPE_SECRET_TEXT'),
value: 'secret_text',
},
// {
// label: t('CREDENTIAL_TYPE_KUBECONFIG'),
// value: 'kubeconfig',
// },
{
label: t('CREDENTIAL_TYPE_KUBECONFIG'),
value: 'kubeconfig',
},
]}
disabled={isEditMode}
onChange={this.handleTypeChange}
Expand Down

0 comments on commit d11c939

Please sign in to comment.