Skip to content

Commit

Permalink
Show isolated resources (#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onokaev authored May 18, 2022
1 parent d0a142b commit 85d16a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const unstyledResourceExplorer = (props: any) => {
const isolateTree = (navLink: any): void => {
const tree = [
{
isExpanded: false,
isExpanded: true,
links: navLink.links
}
];
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/sidebar/resource-explorer/ResourceLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ResourceLink = (props: IResourceLinkProps) => {


const iconButtonStyles = {
root: { paddingBottom: 10, marginTop: -5, marginRight: 2 },
root: { marginTop: -5, marginRight: 2 },
menuIcon: { fontSize: 20, padding: 5 }
};

Expand Down

0 comments on commit 85d16a2

Please sign in to comment.