mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: crash with frontend_url widget
This commit is contained in:
parent
9e1e686cc6
commit
f847ba57e1
@ -80,7 +80,7 @@ export class FrontendUrl extends Component {
|
||||
}
|
||||
|
||||
get displayValue() {
|
||||
return this.props.record.data[this.props.name] ? getFormattedValue(this.props.record, this.props.name, {}) : ''
|
||||
return this.props.record.data[this.props.name] ? getFormattedValue(this.props.record, this.props.name) : ''
|
||||
}
|
||||
|
||||
get route() {
|
||||
|
Loading…
Reference in New Issue
Block a user