@saooti/octopus-sdk 30.0.58 → 30.0.59

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
@@ -554,4 +554,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
554
554
  * 30.0.55 Align participant img
555
555
  * 30.0.56 Popover title
556
556
  * 30.0.57 podcastmaker Le soir améliorations
557
- * 30.0.58 Prefix css dans component par octopus-app
557
+ * 30.0.58 Prefix css dans component par octopus-app
558
+ * 30.0.59 Pb productorChooser
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.58",
3
+ "version": "30.0.59",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -14,7 +14,7 @@
14
14
  ref="multiselectRef"
15
15
  v-model="organisation"
16
16
  label="name"
17
- track-by="organisationId"
17
+ track-by="id"
18
18
  :placeholder="$t('Type string to filter by organisation')"
19
19
  :options="organisations"
20
20
  :multiple="false"