Renamed the "snapshotEditor" pane to "snapshot"
This commit is contained in:
parent
5295f9ae91
commit
be1e19036c
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ const Toolbar: VFC = () => {
|
||||||
<>
|
<>
|
||||||
<ToolbarIconButton
|
<ToolbarIconButton
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
studio.createPane('snapshotEditor')
|
studio.createPane('snapshot')
|
||||||
}}
|
}}
|
||||||
title="Create snapshot"
|
title="Create snapshot"
|
||||||
>
|
>
|
||||||
|
|
|
@ -9,7 +9,7 @@ const r3fExtension: IExtension = {
|
||||||
},
|
},
|
||||||
panes: [
|
panes: [
|
||||||
{
|
{
|
||||||
class: 'snapshotEditor',
|
class: 'snapshot',
|
||||||
component: SnapshotEditor,
|
component: SnapshotEditor,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue