mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +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({
|
||||
title: 'Download kubeconfig file',
|
||||
inputType: 'checkbox',
|
||||
inputOptions: options,
|
||||
buttons: {
|
||||
confirm: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue