Fix duplicate settings tabs (#343)

Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
Gahl Levy
2020-12-17 13:01:36 -08:00
committed by GitHub
parent dfb1b50621
commit ebae484b8f
3 changed files with 3 additions and 3 deletions

View File

@@ -362,7 +362,7 @@ export enum CollectionTabKind {
Gallery = 17,
NotebookViewer = 18,
Schema = 19,
SettingsV2 = 19
SettingsV2 = 20
}
export enum TerminalKind {