Skip to content

Commit

Permalink
임시 state key 변경 Update .ts
Browse files Browse the repository at this point in the history
  • Loading branch information
E-hyeon authored Aug 14, 2024
1 parent a6c91de commit fa3f24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recoil/states/vote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const selectedAgendaId = atom<number>({

//안건 상세조회 저장 api
export const selectedAgenda = atom<agendasListType | null>({
key: 'selectedAgendaPics',
key: 'selectedAgenda',
default: null,
});

Expand Down

0 comments on commit fa3f24d

Please sign in to comment.