fix type
This commit is contained in:
@@ -11,7 +11,7 @@ import { extractErrorMessage } from '@/config/func'
|
||||
import { toast } from 'react-toastify'
|
||||
|
||||
type Props = {
|
||||
id: number,
|
||||
id: string,
|
||||
refetch: () => void,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user