update prop type
This commit is contained in:
parent
afbfb0c82c
commit
ab354e9f38
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ export class SessionViewModel extends ViewModel {
|
||||||
this._gridViewModel = this.disposeTracked(this._gridViewModel);
|
this._gridViewModel = this.disposeTracked(this._gridViewModel);
|
||||||
}
|
}
|
||||||
if (changed) {
|
if (changed) {
|
||||||
this.emitChange("middlePanelViewType");
|
this.emitChange("activeSection");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue