@saooti/octopus-sdk 34.0.13 → 34.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "34.0.13",
3
+ "version": "34.0.14",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -210,7 +210,7 @@
210
210
 
211
211
  .multiselect__single {
212
212
  padding-left: 5px;
213
- margin-bottom: 5px;
213
+ margin-bottom: 0px;
214
214
  }
215
215
 
216
216
  .multiselect__tags-wrap {
@@ -77,7 +77,6 @@ export default defineComponent({
77
77
  },
78
78
  methods:{
79
79
  updateRubriquageFilter(){
80
- debugger;
81
80
  const length = this.rubriqueFilter.length;
82
81
  const rubriqueId: Array<number>= [];
83
82
  for (let index = 0; index < length; index++) {