Skip to content

Commit 6edddbe

Browse files
committed
fix: !use onArrowBack
1 parent 0e32ff0 commit 6edddbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/robot/pages/RobotIntegrationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ export const RobotIntegrationPage = ({
698698
cancelButtonText={t("buttons.cancel")}
699699
showSaveButton={false}
700700
// onBackToSelection={handleBack}
701-
onArrowBack={handleBack}
701+
// onArrowBack={handleBack}
702702
showCancelButton={false}
703703
backToSelectionText={t("buttons.back_arrow")}
704704
>

0 commit comments

Comments
 (0)