diff --git a/runbot/static/src/js/fields/fields.js b/runbot/static/src/js/fields/fields.js index 3aaa1795..c9dfa228 100644 --- a/runbot/static/src/js/fields/fields.js +++ b/runbot/static/src/js/fields/fields.js @@ -68,7 +68,7 @@ export class FrontendUrl extends Component { static template = xml`
`; static components = { Many2OneField } @@ -92,7 +92,7 @@ export class FieldCharFrontendUrl extends Component { static template = xml` - `; static components = { CharField } -