@ouestfrance/sipa-bms-ui 8.1.3 → 8.1.4

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": "@ouestfrance/sipa-bms-ui",
3
- "version": "8.1.3",
3
+ "version": "8.1.4",
4
4
  "author": "Ouest-France BMS",
5
5
  "license": "ISC",
6
6
  "scripts": {
@@ -157,7 +157,6 @@ const areAllCurrentItemsSelected = ref(props.selectMode === SelectMode.ALL);
157
157
  const selectAll = () => {
158
158
  emits('selectAll');
159
159
  areAllCurrentItemsSelected.value = true;
160
- selectedItems.value = props.items;
161
160
  };
162
161
 
163
162
  const onToggleSelectAllCurrentItems = () => {