team page added, uses data from previous page so that the team isn't loaded again if it's clicked from the team list
This commit is contained in:
parent
091634161f
commit
0e98d7329f
7 changed files with 63 additions and 23 deletions
|
|
@ -131,7 +131,6 @@ export default function UserSettings(props: Props) {
|
|||
const changeTimezone = (tz: string) => {
|
||||
let updatedUser = User.clone(user);
|
||||
updatedUser.settings.timezone = tz;
|
||||
|
||||
setUser(updatedUser);
|
||||
};
|
||||
|
||||
|
|
@ -183,7 +182,6 @@ export default function UserSettings(props: Props) {
|
|||
<MuiTelInput value={phoneNumber} onChange={changePhoneNumber} />
|
||||
</FormControl>
|
||||
</Grid2>
|
||||
|
||||
<Grid2 size={{ xs: 12 }}>
|
||||
<Box>
|
||||
<SearchSelect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue