Closed
Description
Hello folks!
I realized that the filename displayed in BrowserCell
is not like the original name of the file (the name after first _
).
Then, I ended up finding this:
parse-dashboard/src/lib/getFileName.js
Lines 14 to 18 in c4e238f
According to parse server's source offset
should be either 32
or name.indexOf('_') + 1
, shouldn't it?