Skip to content

Commit f29ad72

Browse files
committed
fix: uncommented error code on Question Modal
1 parent 23339cb commit f29ad72

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

plugins/stack-overflow-teams/src/components/StackOverflow/StackOverflowPostQuestionModal.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@ export const StackOverflowPostQuestionModal = () => {
698698
</Box>
699699
)}
700700
</Box>
701-
{/* This is the UI for mentioning users (not yet supported on v3) */}
702-
{/* <Box sx={{ mb: 3 }}>
701+
{/* This is the UI for mentioning users (not yet supported on v3)
702+
<Box sx={{ mb: 3 }}>
703703
<Typography variant="subtitle1" fontWeight="bold" gutterBottom>
704704
Ask Team Members (Optional)
705705
</Typography>
@@ -735,12 +735,13 @@ export const StackOverflowPostQuestionModal = () => {
735735
))}
736736
</Box>
737737
)}
738-
</Box>
738+
</Box>
739+
*/}
739740
{error && (
740741
<Alert severity="error" sx={{ mb: 2 }}>
741742
{error}
742743
</Alert>
743-
)} */}
744+
)}
744745

745746
<Box mt={3} sx={{ borderTop: 1, borderColor: 'divider', pt: 2, display: 'flex', gap: 2 }}>
746747
<Button

0 commit comments

Comments
 (0)