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 (
|
return (
|
||||||
<RobotConfigPage
|
<RobotConfigPage
|
||||||
title={getIntegrationTitle()}
|
title={getIntegrationTitle()}
|
||||||
// onCancel={handleCancel}
|
onCancel={handleCancel}
|
||||||
cancelButtonText={t("buttons.cancel")}
|
cancelButtonText={t("buttons.cancel")}
|
||||||
showSaveButton={false}
|
showSaveButton={false}
|
||||||
// onBackToSelection={handleBack}
|
// onBackToSelection={handleBack}
|
||||||
onArrowBack={handleBack}
|
// onArrowBack={handleBack}
|
||||||
showCancelButton={false}
|
showCancelButton={false}
|
||||||
backToSelectionText={t("buttons.back_arrow")}
|
backToSelectionText={t("buttons.back_arrow")}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user