]> git.r.bdr.sh - rbdr/forum/blobdiff - src/components/error_block/error_block.svelte
Update documentation
[rbdr/forum] / src / components / error_block / error_block.svelte
index 3a43a1ead80a78238d3f9a9d02d07b9556ae3243..e38bfaeccc364de20e915d93e214fd46c720d5d1 100644 (file)
@@ -1,6 +1,6 @@
 <script>
        import { _ } from 'svelte-i18n';
-       export let message;
+       export let message = null;
 
        import { blink } from '$/animations/blink';
 </script>