mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Feat: allow rescheduling of failed scheduled cr (#5702)
Allows for rescheduling failed scheduled requests Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
		
							parent
							
								
									bb5b322475
								
							
						
					
					
						commit
						0f8a6661a8
					
				@ -384,8 +384,7 @@ export const ChangeRequestOverview: FC = () => {
 | 
			
		||||
                            <ConditionallyRender
 | 
			
		||||
                                condition={
 | 
			
		||||
                                    scheduleChangeRequests &&
 | 
			
		||||
                                    changeRequest.state === 'Scheduled' &&
 | 
			
		||||
                                    changeRequest.schedule?.status === 'pending'
 | 
			
		||||
                                    changeRequest.state === 'Scheduled'
 | 
			
		||||
                                }
 | 
			
		||||
                                show={
 | 
			
		||||
                                    <ApplyButton
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user