Download section didn't appear. Resolved
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { create } from 'zustand'
|
||||
import { TaskStatus, TrackInfo } from '../types'
|
||||
import { TrackInfo } from '../types'
|
||||
|
||||
interface TaskState {
|
||||
taskId: string | null
|
||||
@@ -51,4 +51,4 @@ export const useTaskStore = create<TaskState>((set) => ({
|
||||
logs: [],
|
||||
isProcessing: false,
|
||||
}),
|
||||
}))
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user