mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
fixed image upload
This commit is contained in:
@@ -152,7 +152,7 @@ define(['taskbar'], function(taskbar) {
|
||||
pid: threadData.pid,
|
||||
title: threadData.title || '',
|
||||
body: threadData.body || '',
|
||||
images: threadData.uploadedImages
|
||||
images: threadData.uploadedImages || []
|
||||
};
|
||||
composer.load(uuid);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user