File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
redisinsight/ui/src/pages/autodiscover-sentinel/sentinel-databases-result Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import validationErrors from 'uiSrc/constants/validationErrors'
3131import { SentinelInputFieldType } from 'uiSrc/components/input-field-sentinel/InputFieldSentinel'
3232
3333import { IconButton , PrimaryButton } from 'uiSrc/components/base/forms/buttons'
34- import { InfoIcon } from 'uiSrc/components/base/icons'
34+ import { InfoIcon , CopyIcon } from 'uiSrc/components/base/icons'
3535import SentinelDatabasesResult from './components'
3636
3737import styles from '../styles.module.scss'
@@ -53,7 +53,7 @@ const SentinelDatabasesResultPage = () => {
5353
5454 useEffect ( ( ) => {
5555 if ( ! masters . length ) {
56- // history.push(Pages.home)
56+ history . push ( Pages . home )
5757 }
5858
5959 dispatch ( resetLoadedSentinel ( LoadedSentinel . MastersAdded ) )
@@ -208,7 +208,7 @@ const SentinelDatabasesResultPage = () => {
208208 anchorClassName = "copyPublicEndpointTooltip"
209209 >
210210 < IconButton
211- icon = { IconButton }
211+ icon = { CopyIcon }
212212 aria-label = "Copy public endpoint"
213213 className = "copyPublicEndpointBtn"
214214 onClick = { ( ) => handleCopy ( text ) }
You can’t perform that action at this time.
0 commit comments