1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-01 20:05:23 +02:00

fix(stacks): update info text for stack environment variables [EE-6902] (#11558)

This commit is contained in:
Prabhat Khera 2024-04-16 08:03:51 +12:00 committed by GitHub
parent eb4a06d422
commit 0e163adf8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 95 additions and 16 deletions

View file

@ -4,5 +4,6 @@ export {
} from './EnvironmentVariablesFieldset';
export { EnvironmentVariablesPanel } from './EnvironmentVariablesPanel';
export { StackEnvironmentVariablesPanel } from './StackEnvironmentVariablesPanel';
export { type Values as EnvVarValues } from './types';