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
from this DropZone, I selected a image in my dir and then i cancel what i selected from my gallery... and then Again i selected same image from my dir , It is not showing what i am selecting and it is always empty . In my model i didnt accept empty values of those fields there i saw this is has an empty value but i selected a image...
so that i try usual method which solves this issue
Contact Details
vinoth_22942 Discard id
What happened?
List what you are trying to do?
so I doing is from design/system for Upload concepts
import { Box, DropZone, Label } from '@adminjs/design-system';
import React from 'react';
const FileUpload = (props) => {
};
export default FileUpload;
from this DropZone, I selected a image in my dir and then i cancel what i selected from my gallery... and then Again i selected same image from my dir , It is not showing what i am selecting and it is always empty . In my model i didnt accept empty values of those fields there i saw this is has an empty value but i selected a image...
so that i try usual method which solves this issue
Bug prevalence
2
AdminJS dependencies version
{
"name": "admin",
"version": "1.0.0",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"start": "nodemon src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@adminjs/custom-components": "^2.0.1",
"@adminjs/design-system": "^4.1.1",
"@adminjs/express": "^6.1.0",
"@adminjs/sequelize": "^4.1.1",
"@adminjs/upload": "^4.0.2",
"@babel/core": "^7.25.2",
"@babel/node": "^7.25.0",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"adminjs": "^7.8.8",
"babel-register": "^6.26.0",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-formidable": "^1.2.0",
"express-session": "^1.18.0",
"flatted": "^3.3.1",
"nodemon": "^3.1.4",
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.3",
"tslib": "^2.6.3"
}
}
What browsers do you see the problem on?
No response
Relevant log output
Relevant code that's giving you issues
No response
The text was updated successfully, but these errors were encountered: