feature/photo-view #133

Merged
jsegarra merged 7 commits from wbuezas/hedera-web-mindshore:feature/photo-view into beta 2025-04-02 21:39:53 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 3f356f4143 - Show all commits

View File

@ -100,7 +100,6 @@ const onSubmit = async data => {
};
const onFilesAdded = files => {
console.log('files', files);
const initialFilesLength = addedFiles.value.length;

quitar

quitar

Removido.

Removido.
files.forEach((file, index) => {
const [name] = file.name.split('.');