Skip to content

Commit

Permalink
cleanup unnecessary comments in code
Browse files Browse the repository at this point in the history
  • Loading branch information
subzdev committed Dec 24, 2021
1 parent 856913e commit e4cd9c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,10 @@
}
function getQuarantine() {
// if (selected.value.length > 0) {
$q.dialog({
component: QuarantineView,
componentProps: { selected: selected.value }
})
// } else {
// notifyError("Please select an endpoint");
// }
}
onMounted(() => {
Expand Down
5 changes: 0 additions & 5 deletions web/src/components/integrations/snipeit/SnipeITDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,14 +265,9 @@
}
function drawerClick (e) {
// if in "mini" state and user
// click on drawer, we switch it to "normal" mode
if (miniState.value) {
miniState.value = false
// notice we have registered an event with capture flag;
// we need to stop further propagation as this click is
// intended for switching drawer to "normal" mode only
e.stopPropagation()
}
}
Expand Down

0 comments on commit e4cd9c0

Please sign in to comment.