[WEB-2431] chore: profile settings page UI improvement (#5838)
* [WEB-2431] chore: timezone and language management. * chore: remove project level timezone changes. * chore: minor UI improvement. * chore: minor improvements
This commit is contained in:
parent
e581ac890e
commit
173b49b4cb
4 changed files with 1466 additions and 803 deletions
1
packages/types/src/project/projects.d.ts
vendored
1
packages/types/src/project/projects.d.ts
vendored
|
|
@ -54,6 +54,7 @@ export interface IProject {
|
|||
updated_by: string;
|
||||
workspace: IWorkspace | string;
|
||||
workspace_detail: IWorkspaceLite;
|
||||
timezone: string;
|
||||
}
|
||||
|
||||
export interface IProjectLite {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue