diff options
Diffstat (limited to 'src/views/nodes/ImageBox.tsx')
| -rw-r--r-- | src/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/nodes/ImageBox.tsx b/src/views/nodes/ImageBox.tsx index dd201f20f..eceb04b07 100644 --- a/src/views/nodes/ImageBox.tsx +++ b/src/views/nodes/ImageBox.tsx @@ -59,7 +59,7 @@ export class ImageBox extends React.Component<FieldViewProps, ImageBoxState> { } render() { - let field = this.props.doc.GetFieldT(this.props.fieldKey, ImageField); + let field = this.props.doc.GetT(this.props.fieldKey, ImageField); let path = ""; if (field) { path = field.Data.href; |
