We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914eee3 commit e52ff29Copy full SHA for e52ff29
client/src/components/email/EmailSidebar.jsx
@@ -865,7 +865,7 @@ export const EmailSidebar = ({
865
}
866
bgColor="#4441C8"
867
onClick={handleEmailClick}
868
- isDisabled={!title || emails.length === 0}
+ isDisabled={!title || selectedInstructors.length === 0}
869
width={"45px"}
870
height={"30px"}
871
borderRadius={"10px"}
0 commit comments