diff options
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/tabs-hook.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/tabs-hook.ts b/frontend/src/tabs-hook.ts index b364712d..667fc973 100644 --- a/frontend/src/tabs-hook.ts +++ b/frontend/src/tabs-hook.ts @@ -114,7 +114,7 @@ class TabsHook extends Logger { this.tabs.push(tab); } - removeById(id: string) { + removeById(id: number) { this.log('Removing tab', id); this.tabs = this.tabs.filter((tab) => tab.id !== id); } |
