Skip to content

Commit

Permalink
Change priority to 120 for auth-error notification.
Browse files Browse the repository at this point in the history
  • Loading branch information
10upsimon committed Dec 5, 2024
1 parent 1307e04 commit 48ce5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/googlesitekit/notifications/register-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export const DEFAULT_NOTIFICATIONS = {
},
'auth-error': {
Component: AuthError,
priority: 160,
priority: 120,
areaSlug: NOTIFICATION_AREAS.ERRORS,
viewContexts: [
VIEW_CONTEXT_MAIN_DASHBOARD,
Expand Down

0 comments on commit 48ce5b8

Please sign in to comment.