aboutsummaryrefslogtreecommitdiff
path: root/src/components/error_block/error_block.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/error_block/error_block.svelte')
-rw-r--r--src/components/error_block/error_block.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/error_block/error_block.svelte b/src/components/error_block/error_block.svelte
index 3a43a1e..e38bfae 100644
--- a/src/components/error_block/error_block.svelte
+++ b/src/components/error_block/error_block.svelte
@@ -1,6 +1,6 @@
<script>
import { _ } from 'svelte-i18n';
- export let message;
+ export let message = null;
import { blink } from '$/animations/blink';
</script>