mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 18:52:06 +00:00
misc: Rename beer type to beer style
This commit is contained in:
@@ -37,6 +37,7 @@ const EditBeerPostPage: NextPage<EditPageProps> = ({ beerPost }) => {
|
||||
ibu: beerPost.ibu,
|
||||
description: beerPost.description,
|
||||
id: beerPost.id,
|
||||
styleId: beerPost.style.id,
|
||||
}}
|
||||
/>
|
||||
</FormPageLayout>
|
||||
|
||||
Reference in New Issue
Block a user