Skip to content

Commit

Permalink
Fix extra state tab when exporting testcase tiddlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Leilei332 committed Jul 29, 2024
1 parent ea8e805 commit cfb398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ui/TestCases/DefaultTemplate.tid
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ code-body: yes
<%endif%>
<div class="tc-test-case-panes">
<div class="tc-test-case-source">
<$macrocall $name="tabs" tabsList="[all[tiddlers]sort[]] -[prefix<state>] -Description -Narrative -Output Output +[putfirst[]] -[has[plugin-type]]" state=<<state>> default="Output" template="$:/core/ui/testcases/DefaultTemplate/SourceTabs"/>
<$macrocall $name="tabs" tabsList="[all[tiddlers]sort[]] -[prefix[$:/state/]] -Description -Narrative -Output Output +[putfirst[]] -[has[plugin-type]]" state=<<state>> default="Output" template="$:/core/ui/testcases/DefaultTemplate/SourceTabs"/>
</div>
<div class="tc-test-case-divider">
</div>
Expand Down

0 comments on commit cfb398a

Please sign in to comment.