replaced vague notes with specific intended use, also fixed modal on top of modal for reviews
This commit is contained in:
@@ -124,7 +124,7 @@ const Rental = sequelize.define("Rental", {
|
||||
deliveryAddress: {
|
||||
type: DataTypes.TEXT,
|
||||
},
|
||||
notes: {
|
||||
intendedUse: {
|
||||
type: DataTypes.TEXT,
|
||||
},
|
||||
// Renter's review of the item (existing fields renamed for clarity)
|
||||
|
||||
Reference in New Issue
Block a user