mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
removed logs
This commit is contained in:
parent
bb46d8438c
commit
eab16ab7bc
1 changed files with 0 additions and 2 deletions
|
|
@ -56,7 +56,6 @@ function InviteUsersForm({
|
|||
];
|
||||
const [selectedGroups, setSelectedGroups] = useState([]);
|
||||
useEffect(() => {
|
||||
console.log('activeTab changed', activeTab);
|
||||
setFileUpload(false);
|
||||
}, [activeTab]);
|
||||
|
||||
|
|
@ -86,7 +85,6 @@ function InviteUsersForm({
|
|||
}, [currentEditingUser, groups]);
|
||||
|
||||
const onDrop = useCallback((acceptedFiles) => {
|
||||
console.log('onDrop', acceptedFiles);
|
||||
const file = acceptedFiles[0];
|
||||
if (Math.round(file.size / 1024) > 1024) {
|
||||
toast.error('File size cannot exceed more than 1MB');
|
||||
|
|
|
|||
Loading…
Reference in a new issue