feat: use onCancel
This commit is contained in:
@@ -694,7 +694,7 @@ 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}
|
||||||
|
|||||||
Reference in New Issue
Block a user