Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd2889 commit 32b3c3bCopy full SHA for 32b3c3b
‎client/packages/lowcoder/src/pages/queryLibrary/QueryLibraryEditor.tsx
@@ -213,6 +213,11 @@ export const QueryLibraryEditor = () => {
213
},
214
(resp) => {
215
setSelectedQuery(resp.data.data.id);
216
+ setTimeout(() => {
217
+ setModify(!modify);
218
+ }, 200);
219
+ setCurrentPage(Math.ceil(elements.total / pageSize));
220
+
221
222
() => {}
223
)
@@ -273,6 +278,10 @@ export const QueryLibraryEditor = () => {
273
278
onSuccess: (resp) => {
274
279
275
280
showCreatePanel(false);
281
282
283
284
276
285
277
286
})} />
287
)}
0 commit comments