Fixes display of autocomplete field values

This commit is contained in:
Aaron Louie 2020-05-27 12:03:40 -04:00
parent bf270fb60b
commit f83567311e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -12291,9 +12291,9 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"sartography-workflow-lib": {
"version": "0.0.189",
"resolved": "https://registry.npmjs.org/sartography-workflow-lib/-/sartography-workflow-lib-0.0.189.tgz",
"integrity": "sha512-0pmNmblc36RqtHws8TbUjLE5LKo9wh83sH1v8jwhVnoycbMLp0mioVTtJFvKDeacbA12wTBX5LG/A2ya5geosA=="
"version": "0.0.191",
"resolved": "https://registry.npmjs.org/sartography-workflow-lib/-/sartography-workflow-lib-0.0.191.tgz",
"integrity": "sha512-3WRqPW6JcP4qwYilj0YKquJNErBMulhfsATcEZIZSSg8Jx7wSVR8tJxBoL5ah9dDgEpzZYfkZZ7qVIUxT4a3yg=="
},
"sass": {
"version": "1.23.3",

View File

@ -53,7 +53,7 @@
"ngx-file-drop": "^8.0.8",
"ngx-markdown": "^9.0.0",
"rxjs": "~6.5.4",
"sartography-workflow-lib": "0.0.189",
"sartography-workflow-lib": "0.0.191",
"tslib": "^1.11.1",
"uuid": "^7.0.2",
"zone.js": "^0.10.3"