fix: cant't close create task dialog (#98)

This commit is contained in:
Hayden
2025-01-15 16:11:21 +08:00
committed by GitHub
parent 136bc0ecd5
commit 89c249542a

View File

@@ -95,7 +95,7 @@ const createDownTask = async (data: VersionModel) => {
body: JSON.stringify(data),
})
.then(() => {
dialog.close({ key: 'model-manager-create-task' })
dialog.close()
})
.catch((e) => {
toast.add({