Skip to content

P0072 | Orginazation details script #429

Merged
Chandan-walker merged 1 commit intomainfrom
P0072-clean
Feb 23, 2026
Merged

P0072 | Orginazation details script #429
Chandan-walker merged 1 commit intomainfrom
P0072-clean

Conversation

@Chandan-walker
Copy link
Collaborator

No description provided.

Copy link

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other comments (2)

💡 To request another review, post a new comment with "/windsurf-review".

}

const organizationDetails = this.organizationForm.value;
const organizationDetails = this.organizationForm.getRawValue();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good change from organizationForm.value to organizationForm.getRawValue() to include the disabled timeZoneName field. Consider adding a comment explaining why getRawValue() is needed here to help future developers understand the reasoning.

width: 100%;
z-index: 10;
max-width: 2000px;
background: transparent;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice you've removed the max-width: 2000px property from the container class. Was this intentional? Removing this constraint might cause layout issues on very large screens where content could stretch too wide.

Comment on lines +177 to +182
// this.snackBar.open(res?.data?.message ?? 'Information successfully updated', '✕', {
// duration: 3000,
// horizontalPosition: 'center',
// verticalPosition: 'top',
// panelClass: ['success-snackbar'],
// });
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All snackbar notifications have been commented out. Without these notifications, users won't receive any feedback when their organization details are updated successfully or when an error occurs. Consider keeping these notifications or replacing them with an alternative feedback mechanism.

@Chandan-walker Chandan-walker merged commit 2ebfd11 into main Feb 23, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants