Skip to content

Commit b563c03

Browse files
authored
[COMP-767] Undoing the original PR for release (#682)
1 parent 69a3a1c commit b563c03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compliance-web/src/components/App/Inspections/Profile/Enforcements/Orders/OrderCreateModal.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,7 @@ const OrderCreateModal: FC<OrderCreateModalProps> = ({
158158
title="Create Order"
159159
onSubmit={handleBaseSubmit}
160160
isLoading={isPendingOrder}
161-
additionalFormFields={
162-
defaultValues.isHistoricalRecord ? <OrderFormFields /> : undefined
163-
}
161+
additionalFormFields={<OrderFormFields />}
164162
/>
165163
</FormProvider>
166164
);

0 commit comments

Comments
 (0)