Skip to content
Snippets Groups Projects
Commit 6fe82227 authored by Julian's avatar Julian
Browse files

Use message box for error messages

parent e5edcacf
No related branches found
No related tags found
No related merge requests found
Pipeline #79806 failed
......@@ -88,7 +88,7 @@ export default {
>
<template v-slot="{ result: { loading, error, data } }">
<!-- Error -->
<div v-if="error" class="error apollo">An error occurred</div>
<message-box v-if="error" type="error">An error occurred</message-box>
<!-- Result -->
<div v-else-if="data" class="result apollo">
......
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