File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed
src/bundle/Resources/public/ts Expand file tree Collapse file tree 4 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11import { Base } from '../../partials' ;
22import { HelperText } from '../helper_text' ;
33import { InputTextInput } from './input_text_input' ;
4- import { Label } from '../Label ' ;
4+ import { Label } from '../label ' ;
55
66import IsEmptyStringValidator from '@ids-core/validators/IsEmptyStringValidator' ;
77import type { TranslatorType } from '@ids-core/types/translator' ;
File renamed without changes.
Original file line number Diff line number Diff line change 11import { Base } from './base' ;
22import { HelperText } from '../components/helper_text' ;
3- import { Label } from '../components/Label ' ;
3+ import { Label } from '../components/label ' ;
44
55import ValidatorManager from '../validators/ValidatorManager' ;
66
You can’t perform that action at this time.
0 commit comments