Commit db098f22 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Stop event propagation to prevent multiple ajax calls

parent d55a9d4c
......@@ -18,7 +18,7 @@ export default {
<template>
<li
@click="toggleSubGroups" class="list-group-item"
@click.stop="toggleSubGroups"
:id="group.id"
>
<span v-show="group.expandable">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment