Skip to content

Commit

Permalink
Merge pull request #48 from Project-Unifest/hotfix/change-festivalId
Browse files Browse the repository at this point in the history
hotfix... festivalId
  • Loading branch information
YangJJune authored Sep 26, 2024
2 parents 1c83145 + 61aeb11 commit ae8d4a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/widgets/add-booth/ui/SelectMode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function SelectMode() {
category: BoothCategory.BAR,
description: "",
thumbnail: "",
festivalId: 1,
festivalId: 2,
location: "위치를 설정해주세요",
latitude: 0,
longitude: 0,
Expand Down
4 changes: 2 additions & 2 deletions src/widgets/add-booth/ui/SetDescription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function SetDescription() {
thumbnail: "",
longitude: longitude,
latitude: latitude,
festivalId: 1,
festivalId: 2,
location: "위",
menus: [],
});
Expand All @@ -67,7 +67,7 @@ export function SetDescription() {
thumbnail: "",
longitude: longitude,
latitude: latitude,
festivalId: 1,
festivalId: 2,
location: "상세위치 지정 필요",
menus: [],
});
Expand Down

1 comment on commit ae8d4a4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for unifest-web-deployment ready!

✅ Preview
https://unifest-web-deployment-pia7zl1ve-algoorgoals-projects.vercel.app

Built with commit ae8d4a4.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.