mirror of https://github.com/portainer/portainer
fix(kubeconfig): fix modal inputType [EE-2325] (#6317)
parent
8fc5a5e8a1
commit
102a07346a
|
@ -137,6 +137,7 @@ export function confirmKubeconfigSelection(
|
|||
);
|
||||
const box = prompt({
|
||||
title: 'Download kubeconfig file',
|
||||
inputType: 'checkbox',
|
||||
inputOptions: options,
|
||||
buttons: {
|
||||
confirm: {
|
||||
|
|
Loading…
Reference in New Issue