mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
Format code with prettier
This commit is contained in:
@ -568,7 +568,11 @@ export const AddFieldsFormPartial = ({
|
||||
remove();
|
||||
documentFlow.onBackStep?.();
|
||||
}}
|
||||
goBackLabel={currentStep === 1 && typeof documentFlow.onBackStep === "function" ? "Remove" : undefined}
|
||||
goBackLabel={
|
||||
currentStep === 1 && typeof documentFlow.onBackStep === 'function'
|
||||
? 'Remove'
|
||||
: undefined
|
||||
}
|
||||
onGoNextClick={() => void onFormSubmit()}
|
||||
/>
|
||||
</DocumentFlowFormContainerFooter>
|
||||
|
||||
Reference in New Issue
Block a user