Skip to content

Commit

Permalink
sidebar layout changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcetinkaya committed Jan 26, 2025
1 parent c50e201 commit 2fac613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.42.3",
"version": "0.42.4",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default function MainSidebarStaticMenuItems(): ReactElement {
<SidebarStaticItem
to="/user-role-management"
imgSrc={`/svg/general/users/users-gray.svg`}
className="hidden"
/>
</Fragment>
);
Expand Down

0 comments on commit 2fac613

Please sign in to comment.