removal of unwanted nav menu item

This commit is contained in:
victorAnumudu
2024-05-03 19:02:56 +01:00
parent 1f14da1778
commit 81d99e1537
4 changed files with 30 additions and 30 deletions
@@ -49,7 +49,7 @@ const ToolbarClassic = () => {
</a>
)}
{config.app?.toolbar?.primaryButton && (
{/* {config.app?.toolbar?.primaryButton && (
<a
href='#'
onClick={() => setShowCreateAppModal(true)}
@@ -57,7 +57,7 @@ const ToolbarClassic = () => {
>
Create
</a>
)}
)} */}
<CreateAppModal show={showCreateAppModal} handleClose={() => setShowCreateAppModal(false)} />
</div>
)