Skip to content

Commit

Permalink
Make default templates visible
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Aug 8, 2024
1 parent 169afa6 commit a9daecf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def handle(self, *args, **options):
print(f"Created: {filename}")

analysis.template_type = AnalysisTemplateType.TEMPLATE
analysis.visible = False
analysis.save()
add_public_group_read_permission(analysis)

Expand Down

0 comments on commit a9daecf

Please sign in to comment.