Fixed grouping qualities inside a quality profile

This commit is contained in:
Bogdan 2025-04-29 03:10:54 +03:00 committed by GitHub
parent bb872ee35b
commit cf08e947c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -289,7 +289,7 @@ function EditQualityProfileModalContent({
});
// @ts-expect-error - actions are not typed
dispatch(setQualityProfileValue({ name: 'items', newItems }));
dispatch(setQualityProfileValue({ name: 'items', value: newItems }));
},
[items, dispatch]
);