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 3d1d6d8 commit dff4713Copy full SHA for dff4713
‎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