Skip to content

Commit

Permalink
Added disabled to availability-mixin-detail component
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSqua committed Nov 21, 2024
1 parent 1a08420 commit edc493e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ <h3 class="text-blue-900">Availability mixin</h3>
<form [formGroup]="form">
<table>
<tbody>
<tr>
<tr>
<th>Disabled</th>
<td>{{ this.availability.disabled }}</td>
</tr>
<tr>
<th>Available</th>
<td><input type="checkbox" formControlName="available"/></td>
</tr>
Expand Down

0 comments on commit edc493e

Please sign in to comment.