Browse Source

refactor: remove commented-out code in DatabaseTree component (#874)

GuanMu 1 month ago
parent
commit
fcb9df3e28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      client/src/pages/databases/tree/index.tsx

+ 0 - 1
client/src/pages/databases/tree/index.tsx

@@ -477,7 +477,6 @@ const DatabaseTree: React.FC<DatabaseTreeProps> = props => {
           contextMenu={contextMenu!}
           contextMenu={contextMenu!}
         />
         />
       </Popover>
       </Popover>
-      // ...existing code...
     </>
     </>
   );
   );
 };
 };