Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
webard committed Apr 11, 2024
1 parent 926e7fd commit 51f0a9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/asset.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/js/components/PhoneCallWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default {
this.displayWidget = true;
this.phone = data.caller;
this.phone_call_type = 'incoming';
this.phoneCallStarted = false;
api.getPhoneNumberInfo(data.caller).then((data) => {
this.title = data.title;
Expand Down

0 comments on commit 51f0a9b

Please sign in to comment.