Skip to content

Commit a7c43d7

Browse files
committed
fix: rename switchedFromTabId to lastActiveTabId
1 parent 8ff3a53 commit a7c43d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,5 +791,5 @@ export interface DynamicTabType extends CommonTabArgsType {
791791
/**
792792
* Id of the tab from which the current tab is opened
793793
*/
794-
switchedFromTabId: string | null
794+
lastActiveTabId: string | null
795795
}

0 commit comments

Comments
 (0)