From 6e7620770808e6e9d1be0533909e02be6dd6c395 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 6 Jul 2025 12:20:40 -0500 Subject: [PATCH] Fix mobile edit/create button text --- src/photo/form/PhotoForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/photo/form/PhotoForm.tsx b/src/photo/form/PhotoForm.tsx index 68780b6a..4265b309 100644 --- a/src/photo/form/PhotoForm.tsx +++ b/src/photo/form/PhotoForm.tsx @@ -497,6 +497,7 @@ export default function PhotoForm({ icon={type === 'create' && } disabled={!canFormBeSubmitted} onFormStatusChange={onFormStatusChange} + hideText="never" primary > {type === 'create' ? 'Add' : 'Update'}