Skip to content

Commit

Permalink
persist dataSource when swictching between sideNav
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Aug 29, 2024
1 parent 04b0e6a commit 8a7f619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/Main/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Main extends Component {
flyout: null,
selectedDataSourceId: undefined,
dataSourceLoading: this.props.dataSourceEnabled,
}
};
async componentDidMount() {
if (this.context) {
this.updateBreadcrumbs();
Expand Down

0 comments on commit 8a7f619

Please sign in to comment.