Skip to content

Commit

Permalink
Merge pull request #288 from Strong-Potato/248-fix-vote-slide
Browse files Browse the repository at this point in the history
Feat: trip connect search
  • Loading branch information
Yamyam-code authored Jan 28, 2024
2 parents 61a4794 + fcb13ea commit 83c9978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recoil/vote/selectPlace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const selectedTripPlaceState = atom<number[]>({
});

export const selectedTripSearchPlaceState = atom<{placeId: number; contentTypeId: number}[]>({
key: 'selectedTripPlaceState',
key: 'selectedTripSearchPlaceState',
default: [],
effects_UNSTABLE: [persistAtom],
});

0 comments on commit 83c9978

Please sign in to comment.