banners: Redesign organization profile incomplete navbar banner.

As part of the banner redesign project, this commit applies the new
banner styles to the organization profile incomplete navbar banner.
This commit is contained in:
Sayam Samal
2025-01-22 16:48:39 +05:30
committed by Tim Abbott
parent bf7d5637eb
commit 4bece9189b
7 changed files with 92 additions and 69 deletions

View File

@@ -387,7 +387,7 @@ export function dispatch_normal_event(event) {
if (current_user.is_admin) {
// Update the UI notice about the user's profile being
// incomplete, as we might have filled in the missing field(s).
navbar_alerts.show_profile_incomplete(navbar_alerts.check_profile_incomplete());
navbar_alerts.toggle_organization_profile_incomplete_banner();
}
break;
}