mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
fix share date setting, notification, lint fix
This commit is contained in:
parent
53499e2579
commit
c21f7df7b2
3 changed files with 10 additions and 9 deletions
|
|
@ -846,12 +846,12 @@ export const ContextMenuProvider = ({ children }: ContextMenuProviderProps) => {
|
|||
rightIcon: (
|
||||
<Group ref={setRatingsRef as any}>
|
||||
<Rating
|
||||
value={rating}
|
||||
onChange={(e) => {
|
||||
handleUpdateRating(e);
|
||||
setRating(e);
|
||||
}}
|
||||
size="xs"
|
||||
value={rating}
|
||||
/>
|
||||
</Group>
|
||||
),
|
||||
|
|
@ -891,6 +891,7 @@ export const ContextMenuProvider = ({ children }: ContextMenuProviderProps) => {
|
|||
handleOpenItemDetails,
|
||||
handlePlay,
|
||||
handleUpdateRating,
|
||||
rating,
|
||||
]);
|
||||
|
||||
const mergedRef = useMergedRef(ref, clickOutsideRef);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue