You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logo upload currently uses browser native alert() popup for validation errors. This feels inconsistent with the rest of the application which uses modern Toasts.
Can we switch these alerts to use toast.error()? This would ensure the error feedback matches the design system used everywhere else in the platform. Maybe a red Toast notification should appear explaining the error, matching other form validations.