Fix save button label (#950)
This commit is contained in:
parent
261e9d1a0c
commit
23e71bc7a2
2 changed files with 6 additions and 1 deletions
5
.changeset/hot-eagles-cheer.md
Normal file
5
.changeset/hot-eagles-cheer.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"saleor-app-products-feed": patch
|
||||
---
|
||||
|
||||
Fix typo on button label
|
|
@ -44,7 +44,7 @@ export const ImageConfigurationForm = (props: Props) => {
|
|||
)}
|
||||
<Box display={"flex"} flexDirection={"row"} gap={4} justifyContent={"flex-end"}>
|
||||
<Button type="submit" variant="primary">
|
||||
Save {props.initialData.imageSize}
|
||||
Save
|
||||
</Button>
|
||||
</Box>
|
||||
</Box>
|
||||
|
|
Loading…
Reference in a new issue