You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can set a title property on a FileSet, but it's common to have this simply be the original_file's filename. This can get out of sync (e.g., if you replace the content with a file with a different file, the title isn't updated).
We should not set the title explicitly, and if there is no title property set, then we should return the original_file's filename value.
The text was updated successfully, but these errors were encountered:
You can set a title property on a FileSet, but it's common to have this simply be the original_file's filename. This can get out of sync (e.g., if you replace the content with a file with a different file, the title isn't updated).
We should not set the title explicitly, and if there is no title property set, then we should return the original_file's filename value.
The text was updated successfully, but these errors were encountered: