Format code with prettier
This commit is contained in:
@@ -568,7 +568,11 @@ export const AddFieldsFormPartial = ({
|
|||||||
remove();
|
remove();
|
||||||
documentFlow.onBackStep?.();
|
documentFlow.onBackStep?.();
|
||||||
}}
|
}}
|
||||||
goBackLabel={currentStep === 1 && typeof documentFlow.onBackStep === "function" ? "Remove" : undefined}
|
goBackLabel={
|
||||||
|
currentStep === 1 && typeof documentFlow.onBackStep === 'function'
|
||||||
|
? 'Remove'
|
||||||
|
: undefined
|
||||||
|
}
|
||||||
onGoNextClick={() => void onFormSubmit()}
|
onGoNextClick={() => void onFormSubmit()}
|
||||||
/>
|
/>
|
||||||
</DocumentFlowFormContainerFooter>
|
</DocumentFlowFormContainerFooter>
|
||||||
|
|||||||
Reference in New Issue
Block a user