From aa6cb21b699e996de51acdede7d7e2eb5397d206 Mon Sep 17 00:00:00 2001 From: reiyua Date: Tue, 2 Jan 2024 04:37:25 +0000 Subject: [PATCH] Add storage and retrieval of user data with new form entry --- src/App.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/App.js b/src/App.js index 9a36cad..fd273d1 100644 --- a/src/App.js +++ b/src/App.js @@ -94,6 +94,15 @@ export function MyForm(props) { onChange={(e) => setContext(e.target.value)} /> + Optionally upload evidence: +

The storage bucket I get is limited to 1GB in total with the free tier Google provides but can upgrade if it get's used alot by us.

+ setContext(e.target.value)} + />