Skip to content

Commit

Permalink
removed conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
  • Loading branch information
sumukhswamy committed Feb 20, 2025
1 parent a07fd91 commit 76cbbb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/components/SQLPage/sql_catalog_tree/s3_tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,10 @@ export const S3Tree = ({
if (status === AsyncQueryStatus.Success) {
refreshDatabasesinTree();
setIsTreeLoading({ status: false, message: '' });
<<<<<<< HEAD
const dsCache = catalogCacheRefs.CatalogCacheManager!.getOrCreateDataSource(dataSource, dataSourceMDSId);
=======
const dsCache = catalogCacheRefs.CatalogCacheManager!.getOrCreateDataSource(
dataSource,
dataSourceMDSId
);
>>>>>>> eebe626 ([Bug]Side tree flyout fix in async operations (#448))
if (dsCache.status === CachedDataSourceStatus.Updated) {
const databases = dsCache.databases.map((db) => db.name);
setTreeData(loadTreeItem(databases, TREE_ITEM_DATABASE_NAME_DEFAULT_NAME));
Expand Down

0 comments on commit 76cbbb2

Please sign in to comment.