Skip to content

Commit

Permalink
perf(UploadPreviewModal): delete invalid assign (#3915)
Browse files Browse the repository at this point in the history
  • Loading branch information
electroluxcode committed Jun 13, 2024
1 parent 8d3981f commit 65fba1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
return createMessage.warning(t('component.upload.maxNumber', [maxNumber]));
}
record[uidKey] = record[uidKey] ?? buildUUID();
record[valueKey] = record[valueKey];
fileListRef.value = [...fileListRef.value, record];
emit('list-change', fileListRef.value, valueKey);
}
Expand Down

0 comments on commit 65fba1c

Please sign in to comment.