Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] fileElement multitype value fix (#7381)
The value props of a fileElement can be of type string or Object, but the assignment to filename only covers the object case. As a result, in media, if we edit a file, the fileElement does not display the file name. This aims to fix this.
- Loading branch information