[FIX] runbot: crash with frontend_url widget

This commit is contained in:
William Braeckman 2024-12-11 15:21:48 +01:00 committed by xdo
parent 9e1e686cc6
commit f847ba57e1

View File

@ -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() {