Skip to content

Commit

Permalink
[WEB-2431] chore: profile settings page UI improvement (#5838)
Browse files Browse the repository at this point in the history
* [WEB-2431] chore: timezone and language management.

* chore: remove project level timezone changes.

* chore: minor UI improvement.

* chore: minor improvements
  • Loading branch information
prateekshourya29 authored Oct 17, 2024
1 parent e581ac8 commit 173b49b
Show file tree
Hide file tree
Showing 4 changed files with 1,466 additions and 803 deletions.
1 change: 1 addition & 0 deletions packages/types/src/project/projects.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export interface IProject {
updated_by: string;
workspace: IWorkspace | string;
workspace_detail: IWorkspaceLite;
timezone: string;
}

export interface IProjectLite {
Expand Down
Loading

0 comments on commit 173b49b

Please sign in to comment.