Skip to content

Commit

Permalink
fix(containers-chronicle): updates chronicle container to point to ta…
Browse files Browse the repository at this point in the history
…bbed playground/explorer

SXT-1023

Signed-off-by: Jimmy Holway <[email protected]>
  • Loading branch information
Jimmy Holway committed Aug 4, 2023
1 parent 449853c commit f1122ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/containers/deployment/chronicle/Chronicle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import routerActions from 'store/modules/router'
import selectors from 'store/selectors'

import Loading from 'components/system/Loading'
// import ChronicleExplorer from 'pages/deployment/chronicle/Explorer'
import Playground from 'pages/deployment/chronicle/Playground'
import Chronicle from 'pages/deployment/chronicle'

const onCancel = (cluster) => routerActions.navigateTo('deployments', { cluster })
@connect(
Expand Down Expand Up @@ -43,7 +42,7 @@ class DeploymentChronicleContainer extends React.Component {
}

return (
<Playground
<Chronicle
{...this.props}
/>
)
Expand Down

0 comments on commit f1122ed

Please sign in to comment.