From 64f4196a0bcfc039d688d7a90377532a71a79a32 Mon Sep 17 00:00:00 2001 From: Pau Oliver Date: Wed, 6 Feb 2019 12:52:05 +0100 Subject: [PATCH] Fix SelectField example snippet --- docs/Fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Fields.md b/docs/Fields.md index 7439b98fd8a..85dba106785 100644 --- a/docs/Fields.md +++ b/docs/Fields.md @@ -438,7 +438,7 @@ const choices = [ { id: 456, first_name: 'Jane', last_name: 'Austen' }, ]; const FullNameField = ({ record }) => {record.first_name} {record.last_name}; -}/> +}/> ``` The current choice is translated by default, so you can use translation identifiers as choices: