@saooti/octopus-sdk 32.0.19 → 32.0.20

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/README.md CHANGED
@@ -662,4 +662,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
662
662
  * 32.0.16 Pb lié refactor
663
663
  * 32.0.17 AdvancedSearch components
664
664
  * 32.0.18 AdvancedSearch components
665
- * 32.0.19 Playlist publique
665
+ * 32.0.19 Playlist publique
666
+ * 32.0.20 Playlist publique
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "32.0.19",
3
+ "version": "32.0.20",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -168,7 +168,7 @@ export default defineComponent({
168
168
 
169
169
  created() {
170
170
  if(!this.modifyFilter){
171
- if(this.initRubriqueFilter){
171
+ if(this.initRubriqueFilter && this.initRubriqueFilter.length > 0){
172
172
  this.arrayFilter = Array.from(this.initRubriqueFilter);
173
173
  this.isRubriquage = true;
174
174
  }