0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 06:48:11 +00:00

transform ssytems into tags

This commit is contained in:
Víctor Losada Hernández
2026-03-07 15:14:30 +01:00
parent da0ab9dda9
commit 8ea082daf0
2 changed files with 18 additions and 1 deletions

View File

@@ -196,6 +196,7 @@ const EditPage = (props)=>{
saveTimeout.current = setTimeout(async ()=>{
setIsSaving(true);
setError(null);
console.log(currentBrew);
await save(currentBrew, saveGoogle)
.catch((err)=>{
setError(err);