Skip to content

Commit

Permalink
Fix (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrodi committed Jul 8, 2024
1 parent 0ef8791 commit 1f1e337
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public class Schnittstelle extends BaseEntity {

@Column(nullable = false)
@NotNull
@FutureOrPresent
private LocalDate anlagedatum;

@Column
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
v-model="mutableSchnittstelle.begruendung"
label="Begründung der Statussetzung"
outlined
:maxlength="255"
:rules="textInputRules"
></v-textarea>
</v-col>
</v-row>
Expand Down

0 comments on commit 1f1e337

Please sign in to comment.