Merge pull request #10156 from colinux/fix-annuaire-education
ETQ usager: correction du champ Annuaire Education (legacy combobox)
This commit is contained in:
commit
800cbbec13
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export function useDeferredSubmit(input?: HTMLInputElement): {
|
|||
}
|
||||
|
||||
export function groupId(id: string) {
|
||||
return `#champ-${id.replace(/-input$/, '')}`;
|
||||
return `#${id.replace(/-input$/, '')}`;
|
||||
}
|
||||
|
||||
export function useHiddenField(
|
||||
|
|
Loading…
Reference in a new issue