Skip to content

Commit

Permalink
Lowercase Manage Columns button
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfisher72 committed Dec 28, 2023
1 parent 55000ea commit 35e4056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@weng-lab/psychscreen-ui-components",
"description": "Typescript and Material UI based components used for psychSCREEN",
"author": "SCREEN Team @ UMass Chan Medical School",
"version": "0.8.1",
"version": "0.8.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/components/DataTable/datatable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,15 @@ const DataTable: React.FC<DataTableProps<any>> = (props: DataTableProps<any>) =>
variant="outlined"
size="small"
color="primary"
sx={{textTransform: "none"}}
onClick={() =>
dispatch({
type: "modalChanged",
showAddColumnsModal: true,
})
}
>
<AddIcon />
<AddIcon fontSize="small" />
Manage Columns
</Button>
)}
Expand Down

0 comments on commit 35e4056

Please sign in to comment.