Skip to content

Commit

Permalink
fix button name
Browse files Browse the repository at this point in the history
  • Loading branch information
lharzenetter committed Jan 23, 2019
1 parent 36ac6fe commit 6ed11b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
<div *ngIf="!loading">
<div class="right">
<button class="btn btn-primary" algorithm="save"
<button class="btn btn-primary" name="save"
[disabled]="!sharedData?.currentVersion?.editable"
(click)="save()">
Save
Expand Down

0 comments on commit 6ed11b4

Please sign in to comment.