Skip to content

Commit 5f6c30a

Browse files
authored
fix: smtp (#597)
1 parent 1c3d63b commit 5f6c30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keep-ui/app/settings/smtp-settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default function SMTPSettingsForm({ accessToken, selectedTab }: Props) {
9292
);
9393

9494
// Show loading state or error messages if needed
95-
if (smtpSettings === undefined || isLoading) {
95+
if (isLoading) {
9696
return <Loading />;
9797
}
9898

0 commit comments

Comments
 (0)