Skip to content

Commit

Permalink
fix: clear tag name after adding a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Aug 27, 2023
1 parent b93ec95 commit 99be381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/ui/components/dashboard/SessionDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ async function addATag() {
}
function clearDataAndDismissAddATagModal() {
tagName.value = '';
const modal = bootstrap.Modal.getOrCreateInstance(document.getElementById(`add-a-tag`));
modal.hide();
}
Expand Down

0 comments on commit 99be381

Please sign in to comment.