Skip to content

Commit

Permalink
fix: display correct reference field when it is a smartfield (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeCisco authored Dec 21, 2020
1 parent b80c928 commit 50aef31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/runtime": "7.10.1",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "7.9.3",
"forest-express": "7.9.4",
"http-errors": "1.6.1",
"lodash": "4.17.19",
"moment": "2.19.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4368,10 +4368,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

forest-express@7.9.3:
version "7.9.3"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.9.3.tgz#d321606ad77b34ad30d5431da32055903b5a09b3"
integrity sha512-qb2O2rvoSJrKLMBX/LWRkrduEkG2H6MQBclCbcDEsn7S/gXqArwFUY8WBgzEh1Bsuw1d7xAwENvGiZL+nISUTQ==
forest-express@7.9.4:
version "7.9.4"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.9.4.tgz#ae7ec9be66b2db3eb43c59e1bbfdcfec732e54b9"
integrity sha512-ksjhmDVBQDWZWJPnnkyhEszmg6llV8sbZ3eeHT1YUfZalGJZhw/yymCYFcYK7k3dciqBChmXX80EIGOxcp60qw==
dependencies:
"@babel/runtime" "7.10.1"
base32-encode "1.1.1"
Expand Down

0 comments on commit 50aef31

Please sign in to comment.