mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-11 03:26:58 +02:00
Remove analytics and add more update headers
This commit is contained in:
@@ -66,18 +66,8 @@ export function MarkdownEditor({
|
||||
onChange={setViewMode}
|
||||
value={viewMode}
|
||||
options={[
|
||||
{
|
||||
event: { id: 'md_mode', mode: 'preview' },
|
||||
icon: 'eye',
|
||||
label: 'Preview mode',
|
||||
value: 'preview',
|
||||
},
|
||||
{
|
||||
event: { id: 'md_mode', mode: 'edit' },
|
||||
icon: 'pencil',
|
||||
label: 'Edit mode',
|
||||
value: 'edit',
|
||||
},
|
||||
{ icon: 'eye', label: 'Preview mode', value: 'preview' },
|
||||
{ icon: 'pencil', label: 'Edit mode', value: 'edit' },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user