Fixed the Views menu registration.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2021-02-01 13:04:54 +01:00 committed by Akos Kitta
parent 770e0b592a
commit 113fe38850

View File

@ -10,4 +10,8 @@ export abstract class ListWidgetFrontendContribution<T extends ArduinoComponent>
async initializeLayout(): Promise<void> {
}
registerMenus(): void {
// NOOP
}
}