Add profile name field to import

This commit is contained in:
Kevin Thomas
2022-04-17 15:38:17 -07:00
parent 022412473f
commit da40516e10
5 changed files with 14 additions and 6 deletions

View File

@@ -207,6 +207,13 @@
:rules="[rules.required()]"
/>
</v-row>
<v-row>
<v-text-field
v-model="importedProfileName"
label="Profile Name"
:rules="[rules.required()]"
/>
</v-row>
</v-container>
</v-card-text>
<v-card-actions>