Remove mandatory field from bill attachment.
This commit is contained in:
parent
c123373892
commit
b0a58740a5
@ -47,7 +47,7 @@ export const PaymentRequestSchema = (expenseTypes) => {
|
||||
isActive: z.boolean().default(true),
|
||||
})
|
||||
)
|
||||
.nonempty({ message: "At least one file attachment is required" }),
|
||||
,
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user