Skip to content

Commit 27932f3

Browse files
committed
fix axios api key setup
1 parent 388be52 commit 27932f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/context/client-context.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export const ClientProvider = (props) => {
3434

3535
const client = qdrantClient(settings);
3636

37+
setupAxios(axiosInstance, settings);
38+
3739
useEffect(() => {
3840
setupAxios(axiosInstance, settings);
3941
persistSettings(settings);

0 commit comments

Comments
 (0)