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

fix(ui): remove right label for switch toggle EE-3786 (#7349)

* remove right label for switch toggle
This commit is contained in:
Richard Wei 2022-08-08 16:43:31 +12:00 committed by GitHub
parent 8ff2fa66b6
commit ad8b8399c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 17 deletions

View file

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