This commit is contained in:
2022-02-23 22:04:15 +00:00
parent a793b3a5f5
commit 9223635c18
6 changed files with 17 additions and 9 deletions

View File

@@ -66,9 +66,12 @@
</component>
</v-col>
<v-col cols="12">
<v-btn outlined @click.native="showSelector = true">{{
$ay.t("Add")
}}</v-btn>
<v-btn
v-if="formState.ready"
text
@click.native="showSelector = true"
>{{ $ay.t("Add") }}</v-btn
>
</v-col>
</v-row>
</div>