mirror of
https://github.com/apache/superset.git
synced 2026-04-27 12:05:24 +00:00
fix(listview): hide actions column if no actions are allowed (#11337)
This commit is contained in:
@@ -34,6 +34,7 @@ interface TableCollectionProps {
|
||||
}
|
||||
|
||||
export const Table = styled.table`
|
||||
background-color: ${({ theme }) => theme.colors.grayscale.light5};
|
||||
border-collapse: separate;
|
||||
border-radius: ${({ theme }) => theme.borderRadius}px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user