Skip to content

fixed issue #237, #335 and links to Component Documentation #395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix wrong API url
  • Loading branch information
FalkWolsky committed Oct 9, 2023
commit 01188305c1374d48f9aaff3d0e73940924c59e0e
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/i18n/locales/enObj.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const enObj: I18nObjects = {
],
},
editorTutorials: {
mockDataUrl: "https://63621db87521369cd06514c2.mockapi.io/api/lowcoder/userhttps://6523073ef43b179384152c4f.mockapi.io/api/lowcoder/users",
mockDataUrl: "https://6523073ef43b179384152c4f.mockapi.io/api/lowcoder/users",
data: (code) => (
<>
The component and query data are listed here, which can be referenced through
Expand Down