diff --git a/src/components/Expenses/ExpenseSkeleton.jsx b/src/components/Expenses/ExpenseSkeleton.jsx index 4356eda0..8a4afe95 100644 --- a/src/components/Expenses/ExpenseSkeleton.jsx +++ b/src/components/Expenses/ExpenseSkeleton.jsx @@ -154,7 +154,7 @@ export const ExpenseTableSkeleton = ({ groups = 3, rowsPerGroup = 3 }) => { -
Expense Categort
+
Expense Category
Payment Mode
diff --git a/src/components/PaymentRequest/PaymentRequestList.jsx b/src/components/PaymentRequest/PaymentRequestList.jsx index c8167e45..d7143939 100644 --- a/src/components/PaymentRequest/PaymentRequestList.jsx +++ b/src/components/PaymentRequest/PaymentRequestList.jsx @@ -239,7 +239,7 @@ const PaymentRequestList = ({ filters, groupBy = "submittedBy", search }) => { /> )}
-
+
diff --git a/src/components/RecurringExpense/RecurringExpenseList.jsx b/src/components/RecurringExpense/RecurringExpenseList.jsx index aa039448..2d413ead 100644 --- a/src/components/RecurringExpense/RecurringExpenseList.jsx +++ b/src/components/RecurringExpense/RecurringExpenseList.jsx @@ -181,10 +181,11 @@ const RecurringExpenseList = ({ search, filterStatuses }) => { /> )} -
+
- {Array.isArray(filteredData) && filteredData.length > 0 && ( -
+
+ {Array.isArray(filteredData) && filteredData.length > 0 && ( +
{recurringExpenseColumns.map((col) => ( @@ -284,6 +285,7 @@ const RecurringExpenseList = ({ search, filterStatuses }) => { {isError ? (

{error.message}

):(

No Recurring Expense Found

)} )} + {/* Pagination */} diff --git a/src/components/collections/CollectionList.jsx b/src/components/collections/CollectionList.jsx index eba51a1d..7ef961c3 100644 --- a/src/components/collections/CollectionList.jsx +++ b/src/components/collections/CollectionList.jsx @@ -156,7 +156,7 @@ const CollectionList = ({ fromDate, toDate, isPending, searchString }) => { className="card-datatable table-responsive page-min-h" id="horizontal-example" > -
+
diff --git a/src/components/collections/ManageCollection.jsx b/src/components/collections/ManageCollection.jsx index 68667d61..608a6c33 100644 --- a/src/components/collections/ManageCollection.jsx +++ b/src/components/collections/ManageCollection.jsx @@ -140,15 +140,15 @@ const ManageCollection = ({ collectionId, onClose }) => { description: data?.description, attachments: data.attachments ? data.attachments.map((doc) => ({ - fileName: doc.fileName, - base64Data: null, - contentType: doc.contentType, - documentId: doc.documentId, - fileSize: 0, - description: "", - preSignedUrl: doc.preSignedUrl, - isActive: doc.isActive ?? true, - })) + fileName: doc.fileName, + base64Data: null, + contentType: doc.contentType, + documentId: doc.documentId, + fileSize: 0, + description: "", + preSignedUrl: doc.preSignedUrl, + isActive: doc.isActive ?? true, + })) : [], }); } @@ -228,6 +228,7 @@ const ManageCollection = ({ collectionId, onClose }) => {
{
{
{ (fileError?.fileSize?.message || fileError?.contentType?.message || fileError?.base64Data?.message, - fileError?.documentId?.message) + fileError?.documentId?.message) }
))} diff --git a/src/pages/PaymentRequest/PaymentRequestPage.jsx b/src/pages/PaymentRequest/PaymentRequestPage.jsx index f530f5b0..d19b8250 100644 --- a/src/pages/PaymentRequest/PaymentRequestPage.jsx +++ b/src/pages/PaymentRequest/PaymentRequestPage.jsx @@ -73,7 +73,7 @@ const PaymentRequestPage = () => { {/* Top Bar */}
-
+
{ className="form-control form-control-sm w-auto" placeholder="Search Payment Request" value={search} + style={{minWidth:"200px"}} onChange={(e) => setSearch(e.target.value)} />
-
+
)}
+
+