Skip to content

Commit 3cd5a81

Browse files
author
Ruslan Farkhutdinov
committed
Chat: Set mock empty file size to 10KB
1 parent 682b452 commit 3cd5a81

File tree

1 file changed

+1
-1
lines changed
  • apps/demos/Demos/Chat/FileAttachments/jQuery

1 file changed

+1
-1
lines changed

apps/demos/Demos/Chat/FileAttachments/jQuery/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const createEmptyAttachment = (name, type) => {
2323
return {
2424
name,
2525
url,
26-
size: 0,
26+
size: 1024 * 10,
2727
};
2828
};
2929

0 commit comments

Comments
 (0)