-
-
+
+
+
+
+
+
+
+
diff --git a/modules/agency/front/events/index.js b/modules/agency/front/events/index.js
index 614641cbb..1f741962b 100644
--- a/modules/agency/front/events/index.js
+++ b/modules/agency/front/events/index.js
@@ -41,19 +41,6 @@ class Controller {
wday.abr = locale.substr(0, 1);
}
- this.options = [
- {
- label: 'One day',
- value: 'day'
- }, {
- label: 'Range of dates',
- value: 'range'
- }, {
- label: 'Indefinitely',
- value: 'indefinitely'
- }
- ];
-
this.$http.get(`/api/Zones/${$stateParams.id}/exclusions`)
.then(res => this.$.exclusions = res.data);