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({
|
const box = prompt({
|
||||||
title: 'Download kubeconfig file',
|
title: 'Download kubeconfig file',
|
||||||
|
inputType: 'checkbox',
|
||||||
inputOptions: options,
|
inputOptions: options,
|
||||||
buttons: {
|
buttons: {
|
||||||
confirm: {
|
confirm: {
|
||||||
|
|
Loading…
Reference in New Issue