Skip to content

Commit e52ff29

Browse files
committed
fix: email 2
1 parent 914eee3 commit e52ff29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/email/EmailSidebar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ export const EmailSidebar = ({
865865
}
866866
bgColor="#4441C8"
867867
onClick={handleEmailClick}
868-
isDisabled={!title || emails.length === 0}
868+
isDisabled={!title || selectedInstructors.length === 0}
869869
width={"45px"}
870870
height={"30px"}
871871
borderRadius={"10px"}

0 commit comments

Comments
 (0)