Renamed the "snapshotEditor" pane to "snapshot"

This commit is contained in:
Aria Minaei 2021-09-05 23:37:29 +02:00
parent 5295f9ae91
commit be1e19036c
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ const Toolbar: VFC = () => {
<>
<ToolbarIconButton
onClick={() => {
studio.createPane('snapshotEditor')
studio.createPane('snapshot')
}}
title="Create snapshot"
>

View file

@ -9,7 +9,7 @@ const r3fExtension: IExtension = {
},
panes: [
{
class: 'snapshotEditor',
class: 'snapshot',
component: SnapshotEditor,
},
],