Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 68f5841

Browse files
committed
fix(plugins/plugn-client-common): TopTabStripe stays blue after command execution completes
Fixes #4883
1 parent fc4e2a2 commit 68f5841

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-client-common/src/components/Client/TopTabStripe

1 file changed

+1
-1
lines changed

plugins/plugin-client-common/src/components/Client/TopTabStripe/Tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default class Tab extends React.PureComponent<Props, State> {
134134
}
135135

136136
eventBus.onCommandStart(this.props.uuid, this.onCommandStart)
137-
eventBus.onCommandComplete(this.props.uuid, this.onCommandStart)
137+
eventBus.onCommandComplete(this.props.uuid, this.onCommandComplete)
138138
eventChannelUnsafe.on('/theme/change', this.onThemeChange)
139139
}
140140

0 commit comments

Comments
 (0)