feat: allow multi create task dialog (#95)

This commit is contained in:
Hayden
2025-01-14 11:27:05 +08:00
committed by GitHub
parent be383ac6e1
commit 354b5c840a

View File

@@ -86,7 +86,7 @@ const dialog = useDialog()
const openCreateTask = () => {
dialog.open({
key: 'model-manager-create-task',
key: `model-manager-create-task-${Date.now()}`,
title: t('parseModelUrl'),
content: DialogCreateTask,
})