Skip to content

Commit

Permalink
ui: templates: project: Remove expander from Test area
Browse files Browse the repository at this point in the history
Copy and paste error. This shouldn't have an expander, esp not the data
area expander.
  • Loading branch information
michaelwood committed Mar 12, 2021
1 parent 6ae824c commit ffdcce1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions standards_lab/ui/templates/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ <h2 class="card-title">Data</h2>

</div>



<div class="card mb-3" v-bind:class="{ maximise: maximiseDataEditor }">
<div class="card mb-3">
<div class="card-body">
<h2 class="card-title">Test</h2>
<p>Test the project data with the configuration and schema. <a href="#DOCS#"><i>Project Test documentation.</i></a></p>
Expand Down

0 comments on commit ffdcce1

Please sign in to comment.