We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a964c2 commit 29e8663Copy full SHA for 29e8663
app/client/src/ce/pages/Applications/index.tsx
@@ -457,8 +457,8 @@ export function LeftPane(props: LeftPaneProps) {
457
isBannerVisible = false,
458
isFetchingOrganizations,
459
isFetchingWorkspaces,
460
- workspaces = [],
461
organizations = [],
+ workspaces = [],
462
} = props;
463
const isMobile = useIsMobileDevice();
464
const isCloudBillingEnabled = useIsCloudBillingEnabled();
0 commit comments