1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 15:25:22 +02:00

feat(switch): add optional switch text [EE-3625] (#7164)

* add optional switch text
This commit is contained in:
Matt Hook 2022-07-04 13:05:04 +12:00 committed by GitHub
parent 7275d23e4b
commit dd4d126934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -12,4 +12,5 @@ export const switchField = r2a(SwitchField, [
'disabled',
'onChange',
'featureId',
'switchValues',
]);