Skip to content

Commit

Permalink
Extend tab interface
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-adriaens committed Jul 28, 2023
1 parent fbfb52e commit 6a8bd7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export interface ITab {
label: string;
id: string;
closable?: boolean;
lastVisitedSubTab?: string;
}

0 comments on commit 6a8bd7a

Please sign in to comment.