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 6e1ed56 commit 04b0e6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/pages/Main/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class Main extends Component {
flyout: null,
selectedDataSourceId: undefined,
dataSourceLoading: this.props.dataSourceEnabled,
dataSourceLabel: ""
}
async componentDidMount() {
if (this.context) {
Expand Down

0 comments on commit 04b0e6a

Please sign in to comment.