@equinor/roma-framework 2.0.2 → 2.0.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/roma-framework",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "repository": "https://github.com/equinor/tops-roma",
5
5
  "types": "./index.d.ts",
6
6
  "private": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/roma-framework",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "repository": "https://github.com/equinor/tops-roma",
5
5
  "types": "./index.d.ts",
6
6
  "private": false,
@@ -5345,7 +5345,10 @@ const useManageWatchList = (system) => {
5345
5345
  createMutator.mutate(
5346
5346
  {
5347
5347
  userId,
5348
- data: setting2
5348
+ data: {
5349
+ ...setting2,
5350
+ userId
5351
+ }
5349
5352
  },
5350
5353
  {
5351
5354
  onSuccess: () => {