mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Remove some unused code, especially in ViewConfigTab
Summary: Remove several unused methods in ViewConfigTab.js, and all of SummaryConfig.js. Test Plan: this Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D3245
This commit is contained in:
@@ -282,7 +282,7 @@ export class RightPanel extends Disposable {
|
||||
.then(ViewPane => {
|
||||
if (owner.isDisposed()) { return; }
|
||||
viewConfigTab.set(owner.autoDispose(
|
||||
ViewPane.ViewConfigTab.create({gristDoc, viewModel: gristDoc.viewModel, skipDomBuild: true})));
|
||||
ViewPane.ViewConfigTab.create({gristDoc, viewModel: gristDoc.viewModel})));
|
||||
})
|
||||
.catch(reportError);
|
||||
return viewConfigTab;
|
||||
|
||||
Reference in New Issue
Block a user