diff --git a/frontend/src/index.ts b/frontend/src/index.ts index 89ca4b2a..6988dee7 100644 --- a/frontend/src/index.ts +++ b/frontend/src/index.ts @@ -44,11 +44,7 @@ export class App extends LiteElement { userInfo?: CurrentUser; @state() - private viewState!: ViewState & { - aid?: string; - // TODO common tab type - tab?: "running" | "finished" | "configs"; - }; + private viewState!: ViewState; @state() private globalDialogContent: DialogContent = {}; @@ -203,9 +199,9 @@ export class App extends LiteElement { renderNavBar() { return html` -