Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Sep 14, 2024
1 parent b63cc01 commit ccf65e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/webservice/src/app/[workspaceSlug]/SidebarMain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ export const SidebarMain: React.FC<{
</SearchDialog>

<SidebarCreateMenu
workspaceId={workspace.id}
workspaceSlug={workspace.slug}
workspace={workspace}
systemId={system.data?.id}
deploymentId={deployment.data?.id}
/>
Expand Down

0 comments on commit ccf65e8

Please sign in to comment.