We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f09e0 commit 0e32ff0Copy full SHA for 0e32ff0
src/components/robot/pages/RobotIntegrationPage.tsx
@@ -694,7 +694,7 @@ export const RobotIntegrationPage = ({
694
return (
695
<RobotConfigPage
696
title={getIntegrationTitle()}
697
- // onCancel={handleCancel}
+ onCancel={handleCancel}
698
cancelButtonText={t("buttons.cancel")}
699
showSaveButton={false}
700
// onBackToSelection={handleBack}
0 commit comments