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

pull/6341/head
Marcelo Rydel 3 years ago committed by GitHub
parent 8fc5a5e8a1
commit 102a07346a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save