Skip to content

Commit ade568a

Browse files
fix: display correct reference field when it is a smartfield (#471)
1 parent 32f17f7 commit ade568a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
29-
"forest-express": "7.9.3",
29+
"forest-express": "7.9.4",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.19",
3232
"moment": "2.24.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4323,10 +4323,10 @@ for-in@^1.0.2:
43234323
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
43244324
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
43254325

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

0 commit comments

Comments
 (0)