Skip to content

Commit

Permalink
fixing char date, changing tag to it9
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 committed Jul 28, 2022
1 parent e893b46 commit 1c28be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</tr>
<tr *ngIf="!print">
<td colspan="2" class="footer white release">
caNanoLab Release 3.0 Build cananolab-3.0.0-it8
caNanoLab Release 3.0 Build cananolab-3.0.0-it9
</td>
</tr>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class EditcharacterizationComponent implements OnInit {
this.data = data;
this.data.name='';
this.data.assayType='';
this.data.characterizationDate=null,
this.data.characterizationDate=new Date(),
this.setCharacterizationData();
if (this.data.type=='other') {
this.addOtherValue('type',this.data.type)
Expand Down

0 comments on commit 1c28be0

Please sign in to comment.