File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/pages/workspace/duplicate Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ function WorkspaceDuplicateSelectFeaturesForm({policyID}: WorkspaceDuplicateForm
307307
308308 const isSelectAllChecked = selectedItems . length > 0 && selectedItems . length === items . length ;
309309
310- const confirmButtonConfig = useMemo (
310+ const confirmButtonOptions = useMemo (
311311 ( ) => ( {
312312 showButton : true ,
313313 text : translate ( 'common.continue' ) ,
@@ -354,7 +354,7 @@ function WorkspaceDuplicateSelectFeaturesForm({policyID}: WorkspaceDuplicateForm
354354 onSelectRow = { updateSelectedItems }
355355 alternateNumberOfSupportedLines = { 2 }
356356 addBottomSafeAreaPadding
357- confirmButtonConfig = { confirmButtonConfig }
357+ confirmButtonOptions = { confirmButtonOptions }
358358 />
359359 </ View >
360360 </ >
You can’t perform that action at this time.
0 commit comments