mirror of
https://github.com/outline/outline.git
synced 2026-05-18 00:28:42 -05:00
fix: Persist document icon & color in import flow (#9421)
This commit is contained in:
@@ -462,6 +462,8 @@ export default abstract class ImportTask extends BaseTask<Props> {
|
||||
urlId: item.urlId,
|
||||
text,
|
||||
content: item.data,
|
||||
icon: item.icon,
|
||||
color: item.color,
|
||||
collectionId: item.collectionId,
|
||||
createdAt: item.createdAt,
|
||||
updatedAt: item.updatedAt ?? item.createdAt,
|
||||
|
||||
Reference in New Issue
Block a user