Skip to content

Commit

Permalink
Remove page level error from Portal
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed Apr 23, 2024
1 parent 68d6f29 commit 14d6435
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -232,7 +232,7 @@ const PortalModal: React.FC = () => {
if (Object.values(errors).filter(Boolean).length) {
showToast({
title: 'Can\'t save Portal settings',
type: 'pageError',
type: 'error',
message: 'Make sure you filled all required fields.'
});
} else {
Expand Down

0 comments on commit 14d6435

Please sign in to comment.