File tree 1 file changed +9
-4
lines changed
apps/judicial-system/web/src/routes/Court/Indictments/Overview
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -141,10 +141,15 @@ const IndictmentOverview = () => {
141
141
)
142
142
}
143
143
nextButtonText = { formatMessage ( core . continue ) }
144
- actionButtonText = { formatMessage ( strings . returnIndictmentButtonText ) }
145
- actionButtonColorScheme = { 'destructive' }
146
- actionButtonIsDisabled = { ! caseHasBeenReceivedByCourt }
147
- onActionButtonClick = { ( ) => setModalVisible ( 'RETURN_INDICTMENT' ) }
144
+ /*
145
+ The return indictment feature has been removed for the time being but
146
+ we want to hold on to the functionality for now, since we are likely
147
+ to change this feature in the future.
148
+ */
149
+ // actionButtonText={formatMessage(strings.returnIndictmentButtonText)}
150
+ // actionButtonColorScheme={'destructive'}
151
+ // actionButtonIsDisabled={!caseHasBeenReceivedByCourt}
152
+ // onActionButtonClick={() => setModalVisible('RETURN_INDICTMENT')}
148
153
/>
149
154
</ FormContentContainer >
150
155
{ modalVisible === 'RETURN_INDICTMENT' && (
You can’t perform that action at this time.
0 commit comments