Skip to content

Commit

Permalink
post merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-RyanK committed Feb 13, 2023
1 parent 242d26f commit 876cf4d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions superset-frontend/src/pages/ChartList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ interface ChartListProps {
};
}

type ChartLinkedDashboard = {
id: number;
dashboard_title: string;
};

const StyledActions = styled.div`
color: ${({ theme }) => theme.colors.grayscale.base};
`;
Expand Down

0 comments on commit 876cf4d

Please sign in to comment.