Skip to content

Commit

Permalink
#36 Add Location form to post form
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jun 30, 2023
1 parent 6da7269 commit b8bdf5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/posts/PostCreateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Alert from "react-bootstrap/Alert";

import Upload from "../../assets/upload.png";
import Asset from "../../components/Asset";
import LocationForm from "../../components/LocationForm";

import styles from "../../styles/PostCreateEditForm.module.css";
import appStyles from "../../App.module.css";
Expand Down Expand Up @@ -107,6 +108,7 @@ function PostCreateForm() {
{message}
</Alert>
))}
<LocationForm />

<Button
className={`${btnStyles.Button} ${btnStyles.Blue}`}
Expand Down

0 comments on commit b8bdf5c

Please sign in to comment.