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 25, 2024
1 parent 02b2215 commit 5de61bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 5de61bb

Please sign in to comment.