mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(kubeconfig): fix modal inputType [EE-2325] (#6317)
This commit is contained in:
parent
8fc5a5e8a1
commit
102a07346a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue