File tree Expand file tree Collapse file tree 6 files changed +0
-6
lines changed
src/packages/ce/src/dashboard Expand file tree Collapse file tree 6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ export const MembersView: React.FC = () => {
3939 Members
4040 </ Text >
4141 < Flex align = { "center" } style = { { gap : "0.7rem" } } >
42- < TextInput left = { < IconSearch size = { 16 } /> } placeholder = { "Find a member..." } />
4342 < Link href = { `/namespace/${ namespaceId } /members/add` } >
4443 < Button color = { "success" } > Add user</ Button >
4544 </ Link >
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ export const NamespaceProjectsView: React.FC = () => {
2323 Projects
2424 </ Text >
2525 < Flex align = { "center" } style = { { gap : "0.7rem" } } >
26- < TextInput left = { < IconSearch size = { 16 } /> } placeholder = { "Find a project..." } />
2726 < Link href = { `/namespace/${ namespaceId } /projects/create` } >
2827 < Button color = { "success" } > Create project</ Button >
2928 </ Link >
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ export const OrganizationsView = () => {
1616 Organizations
1717 </ Text >
1818 < Flex align = { "center" } style = { { gap : "0.7rem" } } >
19- < TextInput left = { < IconSearch size = { 16 } /> } placeholder = { "Find an organization..." } />
2019 < Link href = { "/organizations/create" } >
2120 < Button color = { "success" } > Create Organization</ Button >
2221 </ Link >
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ export const PersonalProjectsView: React.FC = () => {
3737 Personal projects
3838 </ Text >
3939 < Flex align = { "center" } style = { { gap : "0.7rem" } } >
40- < TextInput left = { < IconSearch size = { 16 } /> } placeholder = { "Find a personal project..." } />
4140 < Link href = { `/namespace/${ namespaceIndex } /projects/create` } >
4241 < Button color = { "success" } > Create personal project</ Button >
4342 </ Link >
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export const RolesView: React.FC = () => {
2626 Roles
2727 </ Text >
2828 < Flex align = { "center" } style = { { gap : "0.7rem" } } >
29- < TextInput left = { < IconSearch size = { 16 } /> } placeholder = { "Find a role..." } />
3029 < Link href = { `/namespace/${ namespaceId } /roles/create` } >
3130 < Button color = { "success" } > Create role</ Button >
3231 </ Link >
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ export const UsersPage: React.FC = () => {
2929 Users
3030 </ Text >
3131 < Flex align = { "center" } style = { { gap : "0.7rem" } } >
32- < TextInput left = { < IconSearch size = { 16 } /> } placeholder = { "Find a user..." } />
3332 < Button color = { "success" } > Invite user</ Button >
3433 </ Flex >
3534 </ Flex >
You can’t perform that action at this time.
0 commit comments