fix(kubeconfig): fix modal inputType [EE-2325] (#6317)

pull/6341/head
Marcelo Rydel 2021-12-23 10:44:56 -03:00 committed by GitHub
parent 8fc5a5e8a1
commit 102a07346a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ export function confirmKubeconfigSelection(
);
const box = prompt({
title: 'Download kubeconfig file',
inputType: 'checkbox',
inputOptions: options,
buttons: {
confirm: {