wip(lab): Working on handling layout
This commit is contained in:
parent
dd5599c5d6
commit
b948904de1
5 changed files with 232 additions and 52 deletions
|
@ -58,6 +58,11 @@ const View = props => {
|
|||
title: t('editThing', { thing: 'YAML' }),
|
||||
onClick: () => props.updateGist(['_state', 'view'], 'edit')
|
||||
},
|
||||
{
|
||||
name: 'clear',
|
||||
title: t('clearThing', { thing: 'YAML' }),
|
||||
onClick: () => props.setGist(null)
|
||||
},
|
||||
]
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue