Skip to content

Commit

Permalink
fix: smtp (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl authored Nov 30, 2023
1 parent 1c3d63b commit 5f6c30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/app/settings/smtp-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function SMTPSettingsForm({ accessToken, selectedTab }: Props) {
);

// Show loading state or error messages if needed
if (smtpSettings === undefined || isLoading) {
if (isLoading) {
return <Loading />;
}

Expand Down

1 comment on commit 5f6c30a

@vercel
Copy link

@vercel vercel bot commented on 5f6c30a Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

keep – ./

keep-eight.vercel.app
keep-keephq.vercel.app
platform.keephq.dev
keep-git-main-keephq.vercel.app

Please sign in to comment.