Skip to content

Commit

Permalink
[frontend/backend] clean
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Dec 13, 2024
1 parent b5833c7 commit b085513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ const StixCoreObjectSimulationResult = ({ id, type }) => {
onChange={(event) => setSimulationType(event.target.value)}
fullWidth
>
<MenuItem value="technical">{t_i18n('Technical (payloads)')}</MenuItem>
<MenuItem value="technical" disabled={!hasAttackPatterns}>{t_i18n('Technical (payloads)')}</MenuItem>
<MenuItem value="simulated" disabled={!isSimulatedEmailsAvailable}>{t_i18n('Simulated emails (generated by AI)')} <EEChip /></MenuItem>
<MenuItem value="mixed" disabled>{t_i18n('Mixed (both)')} <EEChip /></MenuItem>
</Select>
Expand Down

0 comments on commit b085513

Please sign in to comment.