Skip to content

Commit

Permalink
Merge pull request #1023 from DSD-DBS/update-tool-enter
Browse files Browse the repository at this point in the history
fix: Update of tool metadata didn't trigger on 'Enter'
  • Loading branch information
MoritzWeber0 authored Sep 18, 2023
2 parents bba492a + 5133b7b commit 85698f9
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@ <h2>Metadata</h2>
</div>
<br />
<div *ngIf="editing" class="flex justify-between">
<button mat-flat-button color="warn" (click)="cancelEditing()">
<button
mat-flat-button
type="button"
color="warn"
(click)="cancelEditing()"
>
Cancel
</button>
<button mat-flat-button type="submit" color="primary">Submit</button>
Expand Down

0 comments on commit 85698f9

Please sign in to comment.