Skip to content

Commit

Permalink
Merge pull request #126 from webitel/fix/timeline-filters
Browse files Browse the repository at this point in the history
fix: timeline filters [WTEL-4930]
  • Loading branch information
Lera24 authored Sep 5, 2024
2 parents c4a1a59 + 4277f11 commit c1e6559
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 11 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.3",
"@webitel/ui-sdk": "^24.10.1",
"@webitel/ui-sdk": "^24.10.3",
"axios": "^1.7.7",
"deep-equal": "^2.2.1",
"dompurify": "^3.1.2",
Expand All @@ -38,6 +38,7 @@
"eslint-plugin-vue": "^9.26.0",
"happy-dom": "^15.7.3",
"sass": "^1.77.2",
"tslib": "^2.7.0",
"vite": "^5.4.3",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-svg-sprite": "^0.5.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const filters = new FiltersStoreModule()
name: 'type',
value: [WebitelContactsTimelineEventType.Call, WebitelContactsTimelineEventType.Chat, WebitelContactsTimelineEventType.Email],
defaultValue: [WebitelContactsTimelineEventType.Call, WebitelContactsTimelineEventType.Chat, WebitelContactsTimelineEventType.Email],
multiple: true,
},
])
.getModule();
Expand Down

0 comments on commit c1e6559

Please sign in to comment.