@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
|
@@ -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
|
}
|