Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Revert code
Browse files Browse the repository at this point in the history
  • Loading branch information
lequangtrai committed Apr 2, 2024
1 parent bbe6fd8 commit 594fba1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ const DashboardBuilder: FC<DashboardBuilderProps> = () => {
orientation={FilterBarOrientation.HORIZONTAL}
hidden={isReport}
/>
// do in somethings
)}
{dropIndicatorProps && <div {...dropIndicatorProps} />}
{!isReport && topLevelTabs && !uiConfig.hideNav && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ const HorizontalFilterBar: React.FC<HorizontalBarProps> = ({
[actions],
);

// console.log(filterValues);

// console.log(selectedCrossFilters);

return (
<HorizontalBar {...getFilterBarTestId()}>
<HorizontalBarContent>
Expand Down

0 comments on commit 594fba1

Please sign in to comment.