Skip to content

Commit

Permalink
Fix department name
Browse files Browse the repository at this point in the history
  • Loading branch information
rowenslee committed Jan 11, 2024
1 parent fc0a5e9 commit fe0899e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/section/Intro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
methods: {
contact() {
RocketChat(function () {
this.setDepartment('OTC');
this.setDepartment('Consult');
});
RocketChat(function () {
this.maximizeWidget();
Expand Down

0 comments on commit fe0899e

Please sign in to comment.