Actualizar front/salix/components/upload-photo/index.js
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-05-07 09:42:53 +00:00
parent 545f90c8b6
commit 3c0dc48dd0
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ export default class UploadPhoto extends Component {
const options = {
type: 'blob',
size: 'original'
};
return this.editor.result(options)
.then(blob => this.newPhoto.blob = blob)