diff --git a/src/components/RecurringExpense/ManageRecurringExpense.jsx b/src/components/RecurringExpense/ManageRecurringExpense.jsx index aad3c468..a399867d 100644 --- a/src/components/RecurringExpense/ManageRecurringExpense.jsx +++ b/src/components/RecurringExpense/ManageRecurringExpense.jsx @@ -27,6 +27,7 @@ import InputSuggestions from "../common/InputSuggestion"; import { useEmployeesName } from "../../hooks/useEmployees"; import PmsEmployeeInputTag from "../common/PmsEmployeeInputTag"; import HoverPopup from "../common/HoverPopup"; +import { SelectProjectField } from "../common/Forms/SelectFieldServerSide"; const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => { const { @@ -131,7 +132,7 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => { } }, [currencyData, requestToEdit, setValue]); - const StrikeDate = watch("strikeDate") + const StrikeDate = watch("strikeDate"); const onSubmit = (fromdata) => { let payload = { @@ -163,10 +164,7 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => { {/* Project and Category */}
- Choose whether the payment amount varies or remains fixed each cycle.
-
- Is Variable: Amount changes per cycle.
-
- Fixed: Amount stays constant.
-
+ Choose whether the payment amount varies or remains fixed
+ each cycle.
+
+ Is Variable: Amount changes per cycle.
+
+ Fixed: Amount stays constant.
+
- Defines how often payments or billing occur, such as monthly, quarterly, or annually. + Defines how often payments or billing occur, such as + monthly, quarterly, or annually.
} > - + @@ -444,10 +463,13 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => { {/* Payment Buffer Days and End Date */}- Number of extra days allowed after the due date before payment is considered late. + Number of extra days allowed after the due date before + payment is considered late.
} > - +