mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
Fixes #459
This commit is contained in:
parent
a3a8ae913b
commit
fbb05ba461
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
<div>
|
<div>
|
||||||
<v-text-field :label="$t('general.url')" class="pt-5" clearable v-model="url">
|
<v-text-field :label="$t('general.url')" class="pt-5" clearable v-model="url">
|
||||||
<template v-slot:append-outer>
|
<template v-slot:append-outer>
|
||||||
<v-btn class="ml-2" color="primary" @click="getImageFromURL" :loading="loading">
|
<v-btn class="ml-2" color="primary" @click="getImageFromURL" :loading="loading" :disabled="slug">
|
||||||
{{ $t("general.get") }}
|
{{ $t("general.get") }}
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue