Inconsequential changes

This commit is contained in:
Kurt Hutten
2020-10-28 20:47:05 +11:00
parent 2afee54753
commit 5c412fffee
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import 'react-image-crop/dist/ReactCrop.css'
import Svg from 'src/components/Svg/Svg.js'
const CLOUDINARY_UPLOAD_PRESET = "CadHub_project_images";
const CLOUDINARY_UPLOAD_URL = "https://api.cloudinary.com/v1_1/irevdev/upload/?custom_coordinates=10,10,20,20";
const CLOUDINARY_UPLOAD_URL = "https://api.cloudinary.com/v1_1/irevdev/upload";
export default function ImageUploader({ onImageUpload, imageUrl }) {
const [isModalOpen, setIsModalOpen] = useState(false)