(core) Fixes compilation issues from grist-core

Test Plan: SaaS CI

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D4351
This commit is contained in:
Spoffy
2024-09-17 20:33:32 +01:00
parent 5b26c84f0d
commit 839bf63b9f
5 changed files with 6 additions and 5 deletions

View File

@@ -55,4 +55,3 @@ export class ImportProgress extends Disposable {
this._progressUI.setProgress(100 * progress);
}
}