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 5c3ddac commit c87ee61Copy full SHA for c87ee61
‎client/packages/lowcoder/src/pages/editor/right/uiCompPanel.tsx
@@ -145,7 +145,7 @@ export const UICompPanel = () => {
145
const compList = useMemo(
146
() =>
147
Object.entries(categories)
148
- .filter(([key]) => !(!isEmpty(searchValue) && (key as UICompCategory) === "dashboards"))
+ // .filter(([key]) => !(!isEmpty(searchValue) && (key as UICompCategory) === "dashboards"))
149
.map(([key, value], index) => {
150
let infos = value;
151
if (!isEmpty(searchValue)) {
0 commit comments