Skip to content

Commit

Permalink
feat(ContactsListModal): Redirect to contacts app root page on… (#1340)
Browse files Browse the repository at this point in the history
feat(ContactsListModal): Redirect to contacts app root page on store
  • Loading branch information
drazik authored Jan 6, 2020
2 parents fca1194 + ba1b8d4 commit d64bbf2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"commitlint": "7.6.1",
"commitlint-config-cozy": "0.3.27",
"copyfiles": "2.1.1",
"cozy-client": "9.2.0",
"cozy-client": "9.4.0",
"cozy-device-helper": "1.7.5",
"cozy-doctypes": "^1.69.0",
"css-loader": "0.28.11",
Expand Down
2 changes: 1 addition & 1 deletion react/ContactsListModal/AddContactButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DumbAddContactButton = props => {
if (installedApp) {
href = models.applications.getUrl(installedApp)
} else {
href = models.applications.getStoreInstallationURL(apps.data, wantedApp)
href = models.applications.getStoreURL(apps.data, wantedApp)
}

useRealtime(
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4291,10 +4291,10 @@ cosmiconfig@^5.0.1:
js-yaml "^3.13.1"
parse-json "^4.0.0"

cozy-client@9.2.0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-9.2.0.tgz#277f8fb36201f3767f7e116b112b8f416c38d43f"
integrity sha512-o2EVDrWlkqNdkwKbs5iaFSUhfoBY3sqQBdQgg5uE/PXxMo24Ee1jqiqTHEz927MRwHLjoHMQQaie/DahWscuiw==
cozy-client@9.4.0:
version "9.4.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-9.4.0.tgz#c57a05716a6d4184743fe2031e38a691fb85f93e"
integrity sha512-5YK7OhKH/hsHRYMWVfP4S8wzJk9D7VsQZb1gNUWbMtZnxKZ0lP6mIuyBL4iYg4olqmr4lj77k9utBzW1oZ8bag==
dependencies:
cozy-device-helper "^1.7.3"
cozy-stack-client "^9.2.0"
Expand Down

0 comments on commit d64bbf2

Please sign in to comment.