Skip to content

Commit

Permalink
feature(402661): removed unused id
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayalakshmirSF4471 committed Dec 24, 2024
1 parent e2e8fed commit 6751e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<ejs-dropdownlist #ddlTextFormat [(value)]='value' [dataSource]="textFormatDDLOptions" [fields]="ddlTextFormatFields" cssClass="e-primary"></ejs-dropdownlist>
<div>
<label>Is Private: </label>
<ejs-switch [(ngModel)]="checkedIsPrivate" name="customMessageIsPrivate" id="isPrivateCustomMessage" cssClass="custom-iOS" [checked]="false" ></ejs-switch>
<ejs-switch [(ngModel)]="checkedIsPrivate" name="customMessageIsPrivate" cssClass="custom-iOS" [checked]="false" ></ejs-switch>
</div>
</div>
}
Expand Down

0 comments on commit 6751e54

Please sign in to comment.