diff --git a/_frontend/src/pages/Bucket.jsx b/_frontend/src/pages/Bucket.jsx index 8c2b8d1..2c9744c 100644 --- a/_frontend/src/pages/Bucket.jsx +++ b/_frontend/src/pages/Bucket.jsx @@ -27,7 +27,7 @@ export const Bucket = () => { formData.append('file', fileInputRef.current.files[0]) - showToast(<>Sto caricando il file...) + showToast(Caricando il file...) const res = await fetch(`/api/buckets/${bucket}`, { method: 'POST',