mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 08:28:48 -05:00
remove breadcrumb
This commit is contained in:
@@ -36,7 +36,6 @@ const EditUserPage = () => {
|
||||
|
||||
return (
|
||||
<BasePage>
|
||||
<Breadcrumb breadcrumbOverride={[t("menu.team"), t("editUserPage.title")]} />
|
||||
<Stack gap={theme.spacing(8)}>
|
||||
<ConfigBox
|
||||
title={t("pages.account.form.name.title")}
|
||||
@@ -72,7 +71,7 @@ const EditUserPage = () => {
|
||||
rightContent={
|
||||
<Stack spacing={theme.spacing(4)}>
|
||||
<Autocomplete
|
||||
fieldLabel={t("common.form.role.option.label")}
|
||||
fieldLabel={t("common.form.role.option.role.label")}
|
||||
multiple
|
||||
options={roleOptions}
|
||||
value={selectedRoles}
|
||||
|
||||
Reference in New Issue
Block a user