1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +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:
andreas-unleash 2023-12-20 15:19:23 +02:00 committed by GitHub
parent bb5b322475
commit 0f8a6661a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -384,8 +384,7 @@ export const ChangeRequestOverview: FC = () => {
<ConditionallyRender
condition={
scheduleChangeRequests &&
changeRequest.state === 'Scheduled' &&
changeRequest.schedule?.status === 'pending'
changeRequest.state === 'Scheduled'
}
show={
<ApplyButton