update prop type

This commit is contained in:
Bruno Windels 2020-10-13 15:19:54 +02:00
parent afbfb0c82c
commit ab354e9f38

View file

@ -131,7 +131,7 @@ export class SessionViewModel extends ViewModel {
this._gridViewModel = this.disposeTracked(this._gridViewModel);
}
if (changed) {
this.emitChange("middlePanelViewType");
this.emitChange("activeSection");
}
}