Skip to content

Commit

Permalink
returned disabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
robGardiner01 authored and anish-work committed Aug 12, 2024
1 parent bc56886 commit 02eb726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/copilot/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const Header = ({ onEditClick, hideClose = false }: HeaderProps) => {
</p>
<div>
<IconButton
disabled={isEmpty}
variant="text"
className={clsx("gp-4 cr-pointer flex-1")}
onClick={() => onEditClick()}
Expand Down

0 comments on commit 02eb726

Please sign in to comment.