Skip to content
Snippets Groups Projects
Commit d014abd5 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Reformat

parent 2bc6b400
No related branches found
No related tags found
2 merge requests!1237Release 3.0,!1183Release 3.0
Pipeline #113206 passed with warnings
......@@ -5,7 +5,11 @@
>
<h1 class="text-h2">{{ $t(shortErrorMessageKey) }}</h1>
<div>{{ $t(longErrorMessageKey) }}</div>
<v-btn color="secondary" :to="{ name: redirectRouteName }" v-if="!hideButton">
<v-btn
color="secondary"
:to="{ name: redirectRouteName }"
v-if="!hideButton"
>
<v-icon left>{{ redirectButtonIcon }}</v-icon>
{{ $t(redirectButtonTextKey) }}
</v-btn>
......
......@@ -242,9 +242,11 @@ export default defineConfig({
if (response.ok) {
return response;
}
throw new Error(`${response.status} ${response.statusText}`);
throw new Error(
`${response.status} ${response.statusText}`
);
},
}
},
],
},
},
......
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