mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Handle unset rating system (#3410)
This commit is contained in:
@@ -75,7 +75,7 @@ export const ImageEditPanel: React.FC<IProps> = ({
|
||||
|
||||
useRatingKeybinds(
|
||||
true,
|
||||
configuration?.ui.ratingSystemOptions.type,
|
||||
configuration?.ui?.ratingSystemOptions?.type,
|
||||
setRating
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user