Skip to content

Commit

Permalink
fix: Remove checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Dec 16, 2022
1 parent 0110d00 commit 7594b83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/src/scenes/last/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const LastVersions = () => {
}}
>
<DataGrid
checkboxSelection
loading={isLoading}
rows={data?.lastVersions ? data.lastVersions : []}
columns={columns}
Expand Down
1 change: 0 additions & 1 deletion ui/src/scenes/versions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const Versions = () => {
}}
>
<DataGrid
checkboxSelection
loading={isLoading}
rows={data?.versions ? data.versions : []}
columns={columns}
Expand Down

0 comments on commit 7594b83

Please sign in to comment.