Remove progress bar from edit rule screens
This commit is contained in:
@@ -644,7 +644,11 @@ function CreateFlowLayoutContent({
|
|||||||
{!isCompletedStep && (
|
{!isCompletedStep && (
|
||||||
<CreateFlowFooter
|
<CreateFlowFooter
|
||||||
className="shrink-0"
|
className="shrink-0"
|
||||||
progressBar={!isTemplateReviewRoute && !isFinalReviewLike}
|
progressBar={
|
||||||
|
!isTemplateReviewRoute &&
|
||||||
|
!isFinalReviewLike &&
|
||||||
|
reviewReturnTarget !== "edit-rule"
|
||||||
|
}
|
||||||
proportionBarProgress={proportionBarProgress}
|
proportionBarProgress={proportionBarProgress}
|
||||||
proportionBarVariant="segmented"
|
proportionBarVariant="segmented"
|
||||||
secondButton={
|
secondButton={
|
||||||
|
|||||||
Reference in New Issue
Block a user