From 71c732e3ff784e08554aa88d6a272bdec87ec70c Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 15 Oct 2025 20:03:24 -0500 Subject: [PATCH] Tweak code note --- src/admin/AdminAlbumForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/admin/AdminAlbumForm.tsx b/src/admin/AdminAlbumForm.tsx index 554f4f62..a9c753ab 100644 --- a/src/admin/AdminAlbumForm.tsx +++ b/src/admin/AdminAlbumForm.tsx @@ -99,8 +99,8 @@ export default function AdminAlbumForm({ type="textarea" value={JSON.stringify(albumForm.location)} isModified={!deepEqual(albumForm.location, album.location)} - // Make field editable if location services are disabled - // to allow for data to be manually erased + // Make field editable when location services are disabled + // to allow data to be manually cleared readOnly={isLoadingPlace || hasLocationServices} /> }