Skip to content

Commit

Permalink
💄 Changed Button text (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrodi committed Mar 4, 2024
1 parent 6f166c7 commit e1c182c
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</v-card-text>
<v-divider class="divider"></v-divider>
<v-card-actions>
<v-btn @click="closeDialog">Schließen</v-btn>
<v-btn @click="closeDialog">Abbrechen</v-btn>
<v-spacer></v-spacer>
<v-btn
class="white--text"
Expand Down Expand Up @@ -198,10 +198,7 @@ function removeZuordnung(zuordnung: Zuordnung): void {
}
function resetSchnittstelle(): void {
schnittstelleRequest.value = new SchnittstelleRequest(
"",
"DEAKTIVIERT"
);
schnittstelleRequest.value = new SchnittstelleRequest("", "DEAKTIVIERT");
zuordnungen.value = [];
form.value?.resetValidation();
}
Expand Down

0 comments on commit e1c182c

Please sign in to comment.