Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Level128 committed Jul 13, 2023
1 parent effcc2b commit aa3a55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ export default {
data: {
user: this.userdata._id,
number: { telnyx_number, _id },
profile: this.activeProfile?.id,
profile: this.activeProfile.id,
},
url: "setting/message-list",
};
Expand Down

0 comments on commit aa3a55a

Please sign in to comment.