Skip to content

Commit

Permalink
Basic version of Models in Browse Data (#37707)
Browse files Browse the repository at this point in the history
* Add Models and Databases tabs
* Models are organized by collection
* Exclude items in personal collections
* Simplify BrowseHeader
  • Loading branch information
rafpaf authored and npfitz committed Feb 17, 2024
1 parent 1ae7ffc commit 5fdf06f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { Grid, GridItem } from "metabase/components/Grid";

export const TableGrid = styled(Grid)`
width: 100%;
flex: 1;
`;

export const TableGridItem = styled(GridItem)`
Expand Down

0 comments on commit 5fdf06f

Please sign in to comment.