Fix mobile edit/create button text
This commit is contained in:
parent
a735a5416f
commit
6e76207708
@ -497,6 +497,7 @@ export default function PhotoForm({
|
||||
icon={type === 'create' && <IconAddUpload />}
|
||||
disabled={!canFormBeSubmitted}
|
||||
onFormStatusChange={onFormStatusChange}
|
||||
hideText="never"
|
||||
primary
|
||||
>
|
||||
{type === 'create' ? 'Add' : 'Update'}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user