Skip to content

Commit

Permalink
Merge pull request #279 from ssu-student-union/hotfix/petition-patch-fix
Browse files Browse the repository at this point in the history
hotfix: 청원 글 수정 isNotice 속성 추가
  • Loading branch information
dvp-tae authored Oct 23, 2024
2 parents 77123ed + 6fec011 commit f6d5f0f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function PetitionNoticeEditorSection() {
if (title) {
const check = window.confirm('청원 글을 등록하시겠습니까?');
if (check) {
console.log(posts);
// console.log(posts);
await postPostMutation.mutateAsync(posts);
navigate('/petition-notice');
} else {
Expand All @@ -126,6 +126,7 @@ export function PetitionNoticeEditorSection() {
categoryCode: initialCategoryName,
thumbnailImage: null,
postFileList: postFileList,
isNotice: false,
},
};
try {
Expand Down

0 comments on commit f6d5f0f

Please sign in to comment.