Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/957 Reviewed-by: konrad <k@knt.li> Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
9b7882de7a
commit
8f43619f73
1 changed files with 8 additions and 1 deletions
|
@ -21,7 +21,14 @@
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<x-button :disabled="isEmpty" @click="reset" class="is-small ml-2" :shadow="false" type="secondary">
|
<x-button
|
||||||
|
v-if="!isEmpty"
|
||||||
|
:disabled="isEmpty"
|
||||||
|
@click="reset"
|
||||||
|
class="is-small ml-2"
|
||||||
|
:shadow="false"
|
||||||
|
type="secondary"
|
||||||
|
>
|
||||||
{{ $t('input.resetColor') }}
|
{{ $t('input.resetColor') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue