Skip to content

Commit

Permalink
Fix click reload contact button cause crash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdong262 committed Jan 13, 2022
1 parent d30e886 commit c10d8a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipedrive-embeddable-ringcentral-phone-spa",
"version": "3.5.1",
"version": "3.5.2",
"description": "Add RingCentral Embeddable Voice widgets to Pipedrive",
"keywords": [
"RingCentral",
Expand Down
2 changes: 1 addition & 1 deletion src/configs/third-party.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export async function thirdPartyServiceConfig (serviceName) {
type: 'rc-post-message-response',
responseId: data.requestId,
response: {
data: undefined
data: []
}
})
}
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ringcentral Embeddable Widgets for Pipedrive",
"version": "3.5.1",
"version": "3.5.2",
"description": "Add RingCentral Embeddable Voice widgets to Pipedrive",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1YqYvCEeGGNOgtKrx8DfG33ujx7NgAwbyVpikug4mHiNvKZYWulw7lY5fjaD8wAy5bmXnkfULDzqMkL8UOxUcf8qD2lJFcLm+BqBtqNnoSz00vwjSOxXrcDvpvsMrjEZkI7N/FD60sTWp1U+QOehua7OboUpXb4iV7TQfppz3PsCz7qGOa4PWjUMAZTTgomUtW47Es6f/vjIeejs7Ihro3Al5Jo3SWIbjpjSU9BK34XgFvtcZx3lZQgfFiK+ZNyxlx8mgC/PLqJB+uX63ywMrT86TdcfxBuaThy98S8SCXjZTpHOP6X5pmGMk0lPM06hwxmSCBZgHOHL/Wk6r8FUlQIDAQAB",
"permissions": [
Expand Down

0 comments on commit c10d8a9

Please sign in to comment.