mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-17 04:22:23 +03:00
Don't explode when record
is not loaded yet
This commit is contained in:
parent
4ca98fb827
commit
7becc18da9
@ -2,7 +2,7 @@ import { useCallback, useEffect, useRef, useState } from 'react'
|
||||
import { useDataProvider, useNotify } from 'react-admin'
|
||||
import subsonic from '../subsonic'
|
||||
|
||||
export const useToggleStar = (resource, record) => {
|
||||
export const useToggleStar = (resource, record = {}) => {
|
||||
const [loading, setLoading] = useState(false)
|
||||
const notify = useNotify()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user