Skip to content

Commit

Permalink
remove the commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Yadav committed Nov 21, 2024
1 parent 68e9051 commit e03351c
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -789,13 +789,6 @@ <h3 class="title">
<th class="table_header" mat-header-cell *matHeaderCellDef>Condition</th>
<td mat-cell *matCellDef="let element" >
<div *ngIf="isCcEditMode">
<!-- <input
matInput
class="name_input"
type="text"
[formControl]="element.get('spCondition')"
matTooltip="Enter valid clause for CHECK constraints"
/> -->
<textarea name="spConstraintName" matInput
class="name_input" [formControl]="element.get('spCondition')"
matTooltip="Enter valid clause for CHECK constraints" id="ck1"></textarea>
Expand Down

0 comments on commit e03351c

Please sign in to comment.