Skip to content

Commit

Permalink
Update query-pacs.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkain committed Oct 20, 2023
1 parent f05f38c commit dd322bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


<form [formGroup]="form" novalidate>
<div class="header command-zone">1. Query Neurinfo PACS</div>
<div class="header command-zone">1. Query PACS</div>
<fieldset class="step">
<ol>
<legend>
Expand Down Expand Up @@ -69,4 +69,4 @@
</ol>
</fieldset>
<button class="next" [disabled]="!form.valid" (click)="queryPACS()">Query</button>
</form>
</form>

0 comments on commit dd322bb

Please sign in to comment.