Merge pull request #788 from getmaxun/fix-integrations-back
fix: back navigation for integrations
This commit is contained in:
@@ -694,11 +694,11 @@ export const RobotIntegrationPage = ({
|
||||
return (
|
||||
<RobotConfigPage
|
||||
title={getIntegrationTitle()}
|
||||
// onCancel={handleCancel}
|
||||
onCancel={handleCancel}
|
||||
cancelButtonText={t("buttons.cancel")}
|
||||
showSaveButton={false}
|
||||
// onBackToSelection={handleBack}
|
||||
onArrowBack={handleBack}
|
||||
// onArrowBack={handleBack}
|
||||
showCancelButton={false}
|
||||
backToSelectionText={t("buttons.back_arrow")}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user