instantiation template modal disabled button 66/99666/1
authorSara Weiss <sara.weiss@intl.att.com>
Mon, 16 Dec 2019 11:43:26 +0000 (13:43 +0200)
committerSara Weiss <sara.weiss@intl.att.com>
Mon, 16 Dec 2019 11:43:26 +0000 (13:43 +0200)
Issue-ID: VID-724
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
Change-Id: I75d094739334863dd65e029118caa4ad5665372b

vid-webpack-master/src/app/shared/components/genericFormPopup/instantiationTemplatesModal/instantiation.templates.modal.component.html

index 86c46ab..fe08bf0 100644 (file)
       </div>
       <div class="col-md-6" style="padding: 15px;padding-right: 35px;">
         <button
-          [disabled]="selectedInstantiation && selectedInstantiation.jobId === null"
+          [disabled]="selectedInstantiation === null"
           [attr.data-tests-id]="'LoadTemplateButton'"
           type="button" class="btn btn-primary submit"
           (click)="loadTemplate()"><span>Load Template</span>