Skip to content

Commit

Permalink
🎉 feat: basic editor
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Jan 2, 2024
1 parent 6bc13e9 commit f345acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/medium/src/stores/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const useEditorList = () => {
isFetching: isEditorLoading,
refetch
} = useQuery({
enabled: user === undefined,
enabled: !!user,
queryKey: ['editor', 'character', 'list'],
retry: 2,
staleTime: Infinity,
Expand Down

0 comments on commit f345acf

Please sign in to comment.