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:
@@ -190,7 +190,7 @@ export const SceneEditPanel: React.FC<IProps> = ({
|
||||
|
||||
useRatingKeybinds(
|
||||
isVisible,
|
||||
stashConfig?.ui.ratingSystemOptions.type,
|
||||
stashConfig?.ui?.ratingSystemOptions?.type,
|
||||
setRating
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user