-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(pci-gateway): review design #14038
base: master
Are you sure you want to change the base?
Conversation
5fb0843
to
16eb42c
Compare
<> | ||
<ActionMenu items={items} isCompact /> | ||
</> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sonar issue. Fragment is not necessary here
headerButton={ | ||
<PciGuidesHeader category="instances"></PciGuidesHeader> | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
niptick : autoclose element is shorter
headerButton={ | |
<PciGuidesHeader category="instances"></PciGuidesHeader> | |
} | |
headerButton={<PciGuidesHeader category="instances" />} |
16eb42c
to
0841057
Compare
0841057
to
beb2f7c
Compare
ref: DTCORE-2809 Signed-off-by: Yoann Fievez <[email protected]>
beb2f7c
to
e859f07
Compare
Quality Gate passedIssues Measures |
ref: DTCORE-2809
master
/release/**
/develop
Description
Related