Skip to content

Commit

Permalink
merging client_2021 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 committed Jul 27, 2022
1 parent a1c19da commit 51f5fa9
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-it6
caNanoLab Release 3.0 Build cananolab-3.0.0-it7
</td>
</tr>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export class EditcharacterizationComponent implements OnInit {
};

editFileForm(file,index) {
this.currentFile=JSON.parse(JSON.stringify(file));
this.currentFile=file;
this.fileIndex=index;
};

Expand Down

0 comments on commit 51f5fa9

Please sign in to comment.