Skip to content

Worflows updates + Table fixes #626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 11, 2024
Prev Previous commit
Next Next commit
remove double shadow from table toolbar popups
  • Loading branch information
raheeliftikhar5 committed Jan 11, 2024
commit cc9af452648ad38a086a23aa72f5b210d8006643
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ function ColumnSetting(props: {
allChecked = false;
}
return (
<ColumnCheckItem>
<ColumnCheckItem key={columnView.dataIndex}>
<CheckBox
checked={checked}
onChange={(e) => {
Expand Down Expand Up @@ -677,6 +677,7 @@ function ToolbarPopover(props: {
<Popover
open={visible}
overlayStyle={{ pointerEvents: "auto" }}
overlayInnerStyle={{ padding: '0' }}
content={
<div
ref={popOverRef}
Expand Down