@yogiswara/honcho-editor-ui 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -182,7 +182,6 @@ export function useHonchoEditor(controller, initImageId, firebaseUid, eventId) {
|
|
|
182
182
|
const items = galleryList.map(g => ({
|
|
183
183
|
id: g.id,
|
|
184
184
|
url: g.raw_edited?.path || g.download?.path || '',
|
|
185
|
-
name: g.uid,
|
|
186
185
|
file: new File([], g.id),
|
|
187
186
|
}));
|
|
188
187
|
setImageList(items);
|