Fix save button label (#950)

This commit is contained in:
Krzysztof Wolski 2023-09-01 14:08:10 +02:00 committed by GitHub
parent 261e9d1a0c
commit 23e71bc7a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"saleor-app-products-feed": patch
---
Fix typo on button label

View file

@ -44,7 +44,7 @@ export const ImageConfigurationForm = (props: Props) => {
)} )}
<Box display={"flex"} flexDirection={"row"} gap={4} justifyContent={"flex-end"}> <Box display={"flex"} flexDirection={"row"} gap={4} justifyContent={"flex-end"}>
<Button type="submit" variant="primary"> <Button type="submit" variant="primary">
Save {props.initialData.imageSize} Save
</Button> </Button>
</Box> </Box>
</Box> </Box>