diff --git a/app/client/src/pages/common/CustomizedDropdown/OrgDropdownData.tsx b/app/client/src/pages/common/CustomizedDropdown/OrgDropdownData.tsx index 200a0c814a..c51fb86bb9 100644 --- a/app/client/src/pages/common/CustomizedDropdown/OrgDropdownData.tsx +++ b/app/client/src/pages/common/CustomizedDropdown/OrgDropdownData.tsx @@ -66,24 +66,24 @@ export const options = ( { content: Members, }, - { - content: Usage & Billing, - }, - { - content: Support, - }, - { - content: , - shouldCloseDropdown: false, - }, - { - content: "Switch To Personal Workspace", - onSelect: () => - getOnSelectAction(DropdownOnSelectActions.DISPATCH, { - type: ReduxActionTypes.SWITCH_ORGANIZATION_INIT, - payload: { organizationId: currentOrg.id }, - }), - }, + // { + // content: Usage & Billing, + // }, + // { + // content: Support, + // }, + // { + // content: , + // shouldCloseDropdown: false, + // }, + // { + // content: "Switch To Personal Workspace", + // onSelect: () => + // getOnSelectAction(DropdownOnSelectActions.DISPATCH, { + // type: ReduxActionTypes.SWITCH_ORGANIZATION_INIT, + // payload: { organizationId: currentOrg.id }, + // }), + // }, ], }, { @@ -98,14 +98,14 @@ export const options = ( ), active: false, }, - { - content: "Settings", - onSelect: () => - getOnSelectAction( - DropdownOnSelectActions.REDIRECT, - "/org/settings", - ), - }, + // { + // content: "Settings", + // onSelect: () => + // getOnSelectAction( + // DropdownOnSelectActions.REDIRECT, + // "/org/settings", + // ), + // }, { content: "Sign Out", onSelect: () => diff --git a/app/client/src/pages/organization/invite.tsx b/app/client/src/pages/organization/invite.tsx index 4523156e7d..549ff021d9 100644 --- a/app/client/src/pages/organization/invite.tsx +++ b/app/client/src/pages/organization/invite.tsx @@ -5,7 +5,7 @@ export const Invite = () => { // const handleInviteUsersSubmit = (values: InviteUsersFormValues) => {}; return ( -

Invite Users

+

Invite Users

); diff --git a/app/client/src/pages/organization/settings.tsx b/app/client/src/pages/organization/settings.tsx index 235efa9aeb..744af0782a 100644 --- a/app/client/src/pages/organization/settings.tsx +++ b/app/client/src/pages/organization/settings.tsx @@ -28,7 +28,7 @@ export const OrgSettings = (props: PageProps) => { return ( -

+

{props.org && ( { onTextChanged={changeOrgName} /> )} -

+
-

Organization Users

+

Users