Skip to content

Commit

Permalink
MAT-7786 revert changes made for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Nov 8, 2024
1 parent 7f9ce5f commit 28716b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CqlBuilderPanel/definitionsSection/DefinitionsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function DefinitionsSection({
}) || [];

return (
<div id="includes-panel">
<>
<DefinitionSectionNavTabs
activeTab={activeTab}
setActiveTab={setActiveTab}
Expand Down Expand Up @@ -80,6 +80,6 @@ export default function DefinitionsSection({
loading={loading}
/>
)}
</div>
</>
);
}

0 comments on commit 28716b9

Please sign in to comment.