Skip to content

Commit

Permalink
Update components/ILIAS/UI/resources/js/Input/Container/src/container.js
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Klees <[email protected]>
  • Loading branch information
nhaagen and klees authored Jan 16, 2025
1 parent 959de90 commit 8fe19d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import ContainerFactory from './container.factory';

const transforms = {
'switchable-group-field-input': new SwitchableGroupTransforms(),
'optional-roup-field-input': new OptionalGroupTransforms(),
'optional-group-field-input': new OptionalGroupTransforms(),
'radio-field-input': new RadioTransforms(),
'multiSelect-field-input': new MultiSelectTransforms(),
'password-field-input': new PasswordTransforms(),
Expand Down

0 comments on commit 8fe19d3

Please sign in to comment.