Commit a8d8230a authored by yann300's avatar yann300

typo

parent f27b4610
...@@ -50,7 +50,7 @@ export class TabProxy { ...@@ -50,7 +50,7 @@ export class TabProxy {
}) })
appStore.event.on('activate', (name) => { appStore.event.on('activate', (name) => {
const { profile } = appStore.get(name) const { profile } = appStore.getOne(name)
if (profile.prefferedLocation === 'mainPanel') { if (profile.prefferedLocation === 'mainPanel') {
this.addTab(name, () => { this.addTab(name, () => {
this.event.emit('switchApp', name) this.event.emit('switchApp', name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment