mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Error toast should be at center in profile settings (#4471)
This commit is contained in:
parent
a3af49c631
commit
56a5f55365
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue