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 94e3ebb commit 1b3fabbCopy full SHA for 1b3fabb
src/page/Workspace/SideBar/ResourceTree/DatabaseSearchModal/components/ObjectList.tsx
@@ -144,7 +144,9 @@ const ObjectList = ({
144
const renderAllTab = () => {
145
return (
146
<Spin spinning={loading}>
147
- {!objectlist?.dbColumns?.length && !objectlist?.dbObjects?.length ? (
+ {!objectlist?.dbColumns?.length &&
148
+ !objectlist?.dbObjects?.length &&
149
+ !objectlist?.databases?.length ? (
150
<div className={styles.objectlistBoxEmpty}>
151
<Empty
152
description={formatMessage({
0 commit comments