Content-Length: 935 | pFad | http://github.com/lowcoder-org/lowcoder/pull/1808.patch
thub.com
From aae8897ae63bc0b3e52cb55aa1609f53903010e0 Mon Sep 17 00:00:00 2001
From: FARAN
Date: Wed, 25 Jun 2025 18:25:41 +0500
Subject: [PATCH] [Fix]: query undefined issue on refresh page / empty modal
---
.../lowcoder/src/pages/queryLibrary/QueryLibraryEditor.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/client/packages/lowcoder/src/pages/queryLibrary/QueryLibraryEditor.tsx b/client/packages/lowcoder/src/pages/queryLibrary/QueryLibraryEditor.tsx
index 6d861f735..706c544b4 100644
--- a/client/packages/lowcoder/src/pages/queryLibrary/QueryLibraryEditor.tsx
+++ b/client/packages/lowcoder/src/pages/queryLibrary/QueryLibraryEditor.tsx
@@ -146,6 +146,7 @@ export const QueryLibraryEditor = () => {
useEffect(() => {
if (orgId) {
+ dispatch(fetchDataSourceTypes({ organizationId: orgId }));
dispatch(
fetchDatasource({
organizationId: orgId,
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/lowcoder-org/lowcoder/pull/1808.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy