Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(FileUploadDialog.tsx): remove initialFileName prop from File…
…UploadForm The initialFileName prop was removed from the FileUploadForm component. The value was piped from the fileName state using an Option getter, but this logic is not needed anymore. The component now handles the file name internally.
- Loading branch information