forked from AkkomaGang/akkoma-fe
lint
This commit is contained in:
parent
097216c49e
commit
5d1b539da2
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
v-if="currentSaveStateNotice.error"
|
v-if="currentSaveStateNotice.error"
|
||||||
class="alert error"
|
class="alert error"
|
||||||
@click.prevent
|
@click.prevent
|
||||||
>
|
>
|
||||||
{{ $t('settings.saving_err') }}
|
{{ $t('settings.saving_err') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
v-if="!currentSaveStateNotice.error"
|
v-if="!currentSaveStateNotice.error"
|
||||||
class="alert transparent"
|
class="alert transparent"
|
||||||
@click.prevent
|
@click.prevent
|
||||||
>
|
>
|
||||||
{{ $t('settings.saving_ok') }}
|
{{ $t('settings.saving_ok') }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue