mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
fix: destructure props in M3uSetupSuccess component
This commit is contained in:
parent
846ae598fc
commit
cf3f562cab
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import { useNavigate } from 'react-router-dom';
|
|||
import { CircleCheck } from 'lucide-react';
|
||||
import { showNotification } from '../utils/notificationUtils.js';
|
||||
|
||||
const M3uSetupSuccess = (data) => {
|
||||
const M3uSetupSuccess = ({ data }) => {
|
||||
const navigate = useNavigate();
|
||||
|
||||
const onClickRefresh = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue