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 />}
|
icon={type === 'create' && <IconAddUpload />}
|
||||||
disabled={!canFormBeSubmitted}
|
disabled={!canFormBeSubmitted}
|
||||||
onFormStatusChange={onFormStatusChange}
|
onFormStatusChange={onFormStatusChange}
|
||||||
|
hideText="never"
|
||||||
primary
|
primary
|
||||||
>
|
>
|
||||||
{type === 'create' ? 'Add' : 'Update'}
|
{type === 'create' ? 'Add' : 'Update'}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user