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), body: JSON.stringify(data),
}) })
.then(() => { .then(() => {
dialog.close({ key: 'model-manager-create-task' }) dialog.close()
}) })
.catch((e) => { .catch((e) => {
toast.add({ toast.add({