feat: refs #7893 Requested changes
This commit is contained in:
parent
4f3e7e2630
commit
178fa8cd21
|
@ -65,7 +65,6 @@ const recalc = async () => {
|
||||||
color="primary"
|
color="primary"
|
||||||
text-color="white"
|
text-color="white"
|
||||||
:label="t('globals.recalc')"
|
:label="t('globals.recalc')"
|
||||||
icon="Calculate"
|
|
||||||
:loading="isLoading"
|
:loading="isLoading"
|
||||||
:disable="isLoading"
|
:disable="isLoading"
|
||||||
@click="recalc()"
|
@click="recalc()"
|
||||||
|
|
Loading…
Reference in New Issue