Skip to content

Commit

Permalink
left-panel is a class so changed id keyword to className keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-sb committed Nov 6, 2024
1 parent 6b8eafc commit e61355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editCqlLibrary/EditCqlLibrary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ const EditCqlLibrary = () => {
>
<Allotment>
<Allotment.Pane>
<div id="left-panel" tw="flex-grow">
<div className="left-panel" tw="flex-grow">
<IconButton
data-testid="editor-search-button"
aria-label="search button"
Expand Down

0 comments on commit e61355b

Please sign in to comment.