Skip to content

Commit

Permalink
Fix Tab layout issue on Artifact node side panel (#3135)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaoDaoNoCode authored Aug 29, 2024
1 parent 62e22f7 commit 0a150b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const ArtifactNodeDrawerContent: React.FC<ArtifactNodeDrawerContentProps>
aria-label="Artifact node detail tabs"
activeKey={activeTab}
onSelect={(_, tabName: string | number) => setActiveTab(tabName)}
style={{ flexShrink: 0 }}
>
<Tab
eventKey={ArtifactNodeDrawerTab.Details}
Expand Down

0 comments on commit 0a150b6

Please sign in to comment.