Skip to content

Commit 10422c5

Browse files
committed
fix: QueryDevTools 초기 열림 상태를 false로 변경
1 parent 0b0618d commit 10422c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
22

33
export const QueryDevTools = () => {
4-
return <ReactQueryDevtools initialIsOpen={true} />;
4+
return <ReactQueryDevtools initialIsOpen={false} />;
55
};

0 commit comments

Comments
 (0)