Skip to content

Commit

Permalink
fix(phone-system): enhance clearCase function (#1286)
Browse files Browse the repository at this point in the history
- Redirect to phone page after clearing case
  • Loading branch information
tabiodun authored Nov 7, 2024
1 parent eb1962c commit 6f99885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/phone/PhoneSystem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,10 @@ export default defineComponent({
function clearCase() {
worksiteId.value = null;
isEditing.value = false;
router.push({
path: `/incident/${currentIncidentId.value}/phone`,
query: {},
});
}
function setTabs(t) {
Expand Down

0 comments on commit 6f99885

Please sign in to comment.