UNCLASSIFIED

Commit a0bc2147 authored by Keith Becker's avatar Keith Becker
Browse files

refactor html

parent 48a609dc
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
:show-dialog="showDialog" :show-dialog="showDialog"
:dialog-title="editMode ? `Edit team` : `Add a new team`" :dialog-title="editMode ? `Edit team` : `Add a new team`"
> >
<v-form v-model="valid" id="add-team" class="add-team-form"> <v-form v-model="valid" id="add-team">
<v-text-field <v-text-field
label="Team name" label="Team name"
v-model="toAdd.name" v-model="toAdd.name"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment