Skip to content
Snippets Groups Projects
Commit 5d1b539d authored by HJ's avatar HJ :fire:
Browse files

lint

parent 097216c4
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
v-if="currentSaveStateNotice.error"
class="alert error"
@click.prevent
>
>
{{ $t('settings.saving_err') }}
</div>
......@@ -18,7 +18,7 @@
v-if="!currentSaveStateNotice.error"
class="alert transparent"
@click.prevent
>
>
{{ $t('settings.saving_ok') }}
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment