mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: error in migration task popup during async export (#6584)
This commit is contained in:
parent
d94c365e30
commit
28c633e369
@ -108,7 +108,7 @@ const AsyncTasksButton = (props) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const taskTemplate = taskTypeMap[title.actionType] || `${actionText}`;
|
const taskTemplate = taskTypeMap[title.actionType] || `${actionText}`;
|
||||||
return taskTemplate.replace('{collection}', compile(collection.title));
|
return taskTemplate.replace('{collection}', compile(collection?.title || title.collection));
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user