Skip to content

Commit

Permalink
feat: also export archived templates to remove associated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DerStimmler committed Dec 11, 2024
1 parent 17b48d1 commit 0c74a8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coIT.Toolkit.SendGrid.TemplateManager/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ private async void ctrlExportPhishingTemplates_Click(object sender, EventArgs e)
.Where(template => template.Absender is not null)
.Where(template => template.Tags.Contains("Phishing-Mail"))
.Where(template => template.Einstufung is not null)
.Where(template => !template.Archiviert)
.ToList();

if (templatesToExport.Count == 0)
Expand Down

0 comments on commit 0c74a8a

Please sign in to comment.