replacing site-local error display by global error display
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
bookmark = await resp.json();
|
||||
yikes();
|
||||
} else {
|
||||
error(await resp.text());
|
||||
error(resp.text);
|
||||
}
|
||||
}
|
||||
|
||||
onMount(load);
|
||||
</script>
|
||||
|
||||
<Template {bookmark} />
|
||||
<Template {bookmark} />
|
||||
|
||||
Reference in New Issue
Block a user