fix tab switching

This commit is contained in:
Torkel Ödegaard
2018-10-10 09:26:17 +02:00
parent 565edc1ed3
commit ee1d4ce0e2
3 changed files with 11 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ export class PanelEditor extends React.Component<PanelEditorProps, any> {
store.dispatch(
updateLocation({
query: { tab: tab.id },
partial: true,
})
);
};