remove unused var
This commit is contained in:
parent
236b17e575
commit
1a4a13d431
|
@ -18,7 +18,6 @@
|
|||
|
||||
export let template
|
||||
|
||||
let selected = "Edit"
|
||||
let htmlEditor
|
||||
|
||||
$: selectedTemplate = $email?.templates?.find(
|
||||
|
@ -65,7 +64,7 @@
|
|||
menu on the right.</Body
|
||||
>
|
||||
</Layout>
|
||||
<Tabs {selected}>
|
||||
<Tabs selected="Edit">
|
||||
<Tab title="Edit">
|
||||
<div class="template-editor">
|
||||
<Editor
|
||||
|
|
Loading…
Reference in New Issue