Error toast should be at center in profile settings (#4471)

This commit is contained in:
tanishk-23 2022-10-17 13:47:15 +05:30 committed by GitHub
parent a3af49c631
commit 56a5f55365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ function SettingsPage(props) {
lastNameMatch !== null ? (firstNameMatch !== null ? ' and last name' : 'Last name') : ''
} can't be empty!`,
{
position: 'top-left',
position: 'top-center',
}
);
return;