diff --git a/src/components/Discover/Map/SidebarFilter.vue b/src/components/Discover/Map/SidebarFilter.vue
index 9be9016..a2fdefe 100644
--- a/src/components/Discover/Map/SidebarFilter.vue
+++ b/src/components/Discover/Map/SidebarFilter.vue
@@ -13,21 +13,21 @@
Filter Type
-
+
Activity Sequence
-
+
Start & End
-
+
@@ -62,7 +62,6 @@
-
@@ -232,6 +231,24 @@ export default {
}
},
methods: {
+ /**
+ * Change Radio Filter Type
+ */
+ radioFilterType() {
+ this.reset();
+ },
+ /**
+ * Change Radio Act Seq
+ */
+ radioActSeq() {
+ this.reset();
+ },
+ /**
+ * Change Radio Start And End
+ */
+ radioStartAndEnd() {
+ this.reset();
+ },
/**
* @param {string} switch Summary or Insight
*/